Skip to content

Commit

Permalink
fix: mumble (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollucci authored Nov 23, 2024
1 parent 6cdfbe2 commit 415c348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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,7 +15,7 @@ export default antfu({
plugins: {
},
languageOptions: {
ecmaVersion: 'latest'
ecmaVersion: 'latest',
},
rules: {
'no-new': 'off',
Expand Down

0 comments on commit 415c348

Please sign in to comment.