This commit is contained in:
ct
2025-05-28 19:20:07 +08:00
parent 21526508b1
commit 7fcbd5f05d
19 changed files with 463 additions and 61 deletions

View File

@@ -21,6 +21,7 @@ export default [
'react/react-in-jsx-scope': 'off',
'react/prop-types': 'off',
'react/no-unescaped-entities': 'off',
'@typescript-eslint/no-unused-vars': 'off',
},
settings: {
react: {