We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8e052 commit cf248d1Copy full SHA for cf248d1
eslint.config.js
@@ -34,6 +34,7 @@ export default tseslint.config(
34
rules: {
35
...reactHooks.configs.recommended.rules,
36
...jsxA11y.flatConfigs.strict.rules,
37
+ "react-hooks/refs": "warn",
38
"react-refresh/only-export-components": ["warn", { allowConstantExport: true }],
39
"no-shadow": "off",
40
"@typescript-eslint/no-shadow": "warn",
0 commit comments