This commit is contained in:
wxhao
2025-10-31 15:58:34 +08:00
parent 2ef5c6b3f5
commit d0661b9b8e
6 changed files with 472 additions and 10 deletions

View File

@@ -129,13 +129,11 @@ export default [
'require-yield': 'error',
'use-isnan': 'error',
'valid-typeof': 'error',
// React相关规则
'react/react-in-jsx-scope': 'off',
'react/prop-types': 'off',
// Prettier规则
'prettier/prettier': 'error',
},
},
];
];