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 7398b24 commit 1e18f1cCopy full SHA for 1e18f1c
.eslintrc
@@ -29,7 +29,7 @@
29
],
30
"no-shadow": "error",
31
"import/no-cycle": "error",
32
- "import/no-unresolved": ["error", { "ignore": ["react-query"] }]
+ "import/no-unresolved": ["error", { "ignore": ["react-query"] }],
33
"import/no-unused-modules": ["off", { "unusedExports": true }],
34
"no-redeclare": "off"
35
}
0 commit comments