Skip to content

Commit 22f1e4b

Browse files
committed
update docusaurus
1 parent 87e33ac commit 22f1e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export default tseslint.config(
3838
...eslintPluginReactHooks.configs.recommended.rules,
3939

4040
'react/prop-types': 'off',
41-
'no-undef': 'off',
4241

42+
'no-undef': 'off',
4343
'prefer-template': 'error',
4444
'no-nested-ternary': 'error',
4545
'no-unneeded-ternary': 'error',

0 commit comments

Comments
 (0)