Skip to content

Commit

Permalink
set eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Barrile committed Nov 6, 2024
1 parent b37b8be commit 6d7fa02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"react-hooks/rules-of-hooks": "off",
"react-hooks/exhaustive-deps": "off"
},
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"parserOptions": {
"project": "./tsconfig.json"
}
}
],
"linterOptions": {
"reportUnusedDisableDirectives": true
}
Expand Down

0 comments on commit 6d7fa02

Please sign in to comment.