Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed May 25, 2024
1 parent 052fa18 commit e8980c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import tseslint from 'typescript-eslint'

export default tseslint.config(
{
ignores: ['.git/', 'node_modules/', 'dist/', '*.config.*'],
ignores: ['.git/', 'node_modules/', 'dist/', '*.config.*', 'src/generated/'],
},
eslint.configs.recommended,
...tseslint.configs.recommendedTypeChecked,
Expand Down

0 comments on commit e8980c9

Please sign in to comment.