Skip to content

Commit

Permalink
adjust config
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 21, 2024
1 parent 76bdc66 commit 1b7fdc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export default tseslint.config(
},
rules: {
'unused-imports/no-unused-imports': 'error',
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-unused-expressions": "off",
"no-undef": "off",
},
}
);

0 comments on commit 1b7fdc7

Please sign in to comment.