We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b4bf5 commit 179b81dCopy full SHA for 179b81d
.eslintrc
@@ -1,11 +1,6 @@
1
{
2
"extends": ["@gravity-ui/eslint-config", "prettier"],
3
"root": true,
4
- "rules": {
5
- "react-hooks/exhaustive-deps": ["warn", {
6
- "additionalHooks": "(useAutofetcher)"
7
- }]
8
- },
9
"overrides": [
10
11
"files": [
src/.eslintrc
@@ -2,6 +2,9 @@
"extends": "@gravity-ui/eslint-config/client",
"rules": {
"react/jsx-uses-react": "off",
- "react/react-in-jsx-scope": "off"
+ "react/react-in-jsx-scope": "off",
+ "react-hooks/exhaustive-deps": ["warn", {
+ "additionalHooks": "(useAutofetcher)"
+ }]
}
0 commit comments