Skip to content

Commit

Permalink
Improve eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
niklhut committed Dec 1, 2023
1 parent 35e08fc commit d614a7e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@typescript-eslint",
"unused-imports"
],
"ignorePatterns": ["__mocks__", "test"],
"rules": {
"object-curly-spacing": [
"warn",
Expand Down Expand Up @@ -48,10 +49,7 @@
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off",
"unused-imports/no-unused-imports": "error",
"unused-imports/no-unused-vars": [
"warn",
{ "vars": "all", "varsIgnorePattern": "^_", "args": "after-used", "argsIgnorePattern": "^_" }
],
"unused-imports/no-unused-vars": "off",
"prefer-const": "warn",
"@typescript-eslint/no-empty-interface": [
"warn",
Expand Down

0 comments on commit d614a7e

Please sign in to comment.