This commit is contained in:
ct
2025-06-14 11:25:13 +08:00
parent 8a732b3c31
commit 639fe165aa
11 changed files with 2144 additions and 798 deletions

View File

@@ -36,6 +36,7 @@ export default [
rules: {
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'off',
'prefer-const': 'off',
},
},
{