Skip to content

Commit

Permalink
insert override config
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Nov 19, 2024
1 parent e11fe9c commit 37a157f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
"plugin:prettier/recommended",
"plugin:storybook/recommended"
],
"overrides": [
{
"files": ["*.js", "*.jsx", "*.ts", "*.tsx"],
"overrideConfig": {
"linterOptions": {
"reportUnusedDisableDirectives": true
}
}
}
],
"rules": {
"prettier/prettier": "error",
"react-hooks/rules-of-hooks": "off",
Expand Down

0 comments on commit 37a157f

Please sign in to comment.