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 788e38d commit 87e33acCopy full SHA for 87e33ac
website/eslint.config.mjs
@@ -32,7 +32,11 @@ export default tseslint.config(
32
prettier: eslintPluginPrettierRecommended,
33
},
34
35
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
36
rules: {
37
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
38
+ ...eslintPluginReactHooks.configs.recommended.rules,
39
+
40
'react/prop-types': 'off',
41
'no-undef': 'off',
42
0 commit comments