Skip to content

Commit

Permalink
chore: align linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Aug 16, 2024
1 parent 2fcabe2 commit 8491b4c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ export default eslintTs.config(
...eslintTs.configs.recommended,
eslintPluginPrettierRecommended,
{
ignores: ['**/dist/', '**/node_modules/', '**/generated/'],
},
{
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
ignores: [
'**/node_modules/',
'**/generated/',
'**/dist/',
'**/coverage/',
'**/reports/',
],
},
{
plugins: {
Expand Down

0 comments on commit 8491b4c

Please sign in to comment.