Skip to content

Commit

Permalink
front: turn on eslint typed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Sep 6, 2024
1 parent fcd9734 commit e85e81b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions front/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
"airbnb",
"plugin:import/recommended",
"plugin:import/typescript",
"prettier"
"prettier",
"plugin:@typescript-eslint/recommended-type-checked"
],
"plugins": ["import", "only-warn", "prettier", "react", "react-hooks", "vitest"],
"parserOptions": {
"ecmaVersion": "latest"
"ecmaVersion": "latest",
"project": true
},
"rules": {
"import/order": [
Expand Down

0 comments on commit e85e81b

Please sign in to comment.