Skip to content

Commit

Permalink
chore: sync eslint.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollucci committed Nov 23, 2024
1 parent 0208c6b commit 3d8a07f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ import antfu from '@antfu/eslint-config'

export default antfu({
ignores: [
'.github',
'.deps/',
'.github/',
'.mergify.yml',
'.pnpm-store/',
'.vscode/settings.json',
'*.md',
'.vscode/',
'cdk.json',
'conf/*.yml',
'package.json',
'tsconfig.json',
],
plugins: {
},
languageOptions: {
ecmaVersion: 'latest',
ecmaVersion: 'latest'
},
rules: {
'no-new': 'off',
Expand Down

0 comments on commit 3d8a07f

Please sign in to comment.