Skip to content

Commit

Permalink
enable react-hooks lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jan 22, 2024
1 parent 25b83da commit 2d5f02f
Show file tree
Hide file tree
Showing 12 changed files with 380 additions and 109 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
{
"files": ["**/*.ts", "**/*.tsx"],
"excludedFiles": ["**/__tests__/**/*.*", "*.d.ts"],
"extends": ["plugin:react-hooks/recommended"],
"parserOptions": {
"project": "./tsconfig.json"
},
Expand Down
Loading

0 comments on commit 2d5f02f

Please sign in to comment.