Skip to content

Commit

Permalink
fix: mumble
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollucci committed Nov 23, 2024
1 parent 234c62e commit a04b866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default antfu({
'.github/',
'.mergify.yml',
'.vscode/',
'README.md',
'cdk.json',
'conf/*.yml',
'package.json',
Expand All @@ -14,6 +15,7 @@ export default antfu({
plugins: {
},
languageOptions: {
ecmaVersion: 'latest',
},
rules: {
'no-new': 'off',
Expand Down

0 comments on commit a04b866

Please sign in to comment.