mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 12:34:22 +08:00
FIX lint error
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user