Skip to content

Commit

Permalink
MISC: Enable new lint rules (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
catloversg authored Nov 27, 2024
1 parent fdcdf0e commit 9c7223f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module.exports = {
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
//"plugin:@typescript-eslint/recommended-requiring-type-checking",
//"plugin:@typescript-eslint/strict",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:@typescript-eslint/strict",
],
parser: "@typescript-eslint/parser",
parserOptions: {
Expand Down

0 comments on commit 9c7223f

Please sign in to comment.