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 87e33ac commit 22f1e4bCopy full SHA for 22f1e4b
website/eslint.config.mjs
@@ -38,8 +38,8 @@ export default tseslint.config(
38
...eslintPluginReactHooks.configs.recommended.rules,
39
40
'react/prop-types': 'off',
41
- 'no-undef': 'off',
42
+ 'no-undef': 'off',
43
'prefer-template': 'error',
44
'no-nested-ternary': 'error',
45
'no-unneeded-ternary': 'error',
0 commit comments