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 0a0f57f commit 2989680Copy full SHA for 2989680
eslint.config.js
@@ -21,8 +21,8 @@ export default tsLint.config(
21
importLint.flatConfigs.recommended,
22
jsdocLint.configs['flat/recommended'],
23
reactLint.configs.flat.recommended,
24
+ hooksLint.configs.flat.recommended,
25
reactLint.configs.flat['jsx-runtime'],
- hooksLint.configs['recommended-latest'],
26
tsLint.configs.recommended,
27
28
{
package.json
@@ -196,7 +196,7 @@
196
"eslint-plugin-import": "^2.32.0",
197
"eslint-plugin-jsdoc": "^61.1.8",
198
"eslint-plugin-react": "7.37.5",
199
- "eslint-plugin-react-hooks": "^6.1.1",
+ "eslint-plugin-react-hooks": "^7.0.1",
200
"expect-puppeteer": "^11.0.0",
201
"expo-sqlite": "16.0.8",
202
"fake-indexeddb": "^6.2.4",
0 commit comments