Skip to content

Commit

Permalink
front: turn on eslint recommended type checked hints
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Jan 3, 2025
1 parent 663a418 commit e482111
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions front/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"plugin:import/recommended",
"plugin:import/typescript",
"prettier",
"plugin:@typescript-eslint/base"
"plugin:@typescript-eslint/recommended-type-checked"
],
"plugins": ["import", "only-warn", "prettier", "react", "react-hooks", "vitest"],
"parserOptions": {
Expand Down Expand Up @@ -43,9 +43,6 @@
"@typescript-eslint/consistent-type-imports": ["error", { "fixStyle": "inline-type-imports" }],
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-use-before-define": "error",
"@typescript-eslint/no-unnecessary-type-assertion": "error",
"@typescript-eslint/no-unsafe-return": "error",
"@typescript-eslint/no-unsafe-call": "error",
"@typescript-eslint/non-nullable-type-assertion-style": "error",

"@typescript-eslint/no-restricted-types": [
Expand Down

0 comments on commit e482111

Please sign in to comment.