FIX lint error

This commit is contained in:
NanGua-QWQ
2026-02-22 17:10:12 +08:00
parent 7616a664a0
commit efa78f2bce
5 changed files with 23 additions and 16 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ export default defineConfig(
'react-refresh/only-export-components': 'off',
'react-hooks/exhaustive-deps': 'warn',
'react-hooks/set-state-in-effect': 'off',
'@typescript-eslint/no-require-imports': 'off'
'@typescript-eslint/no-require-imports': 'off',
// we use TypeScript types instead of PropTypes in React components
'react/prop-types': 'off'
}
},
eslintConfigPrettier