chore: hide eslint complexity warning (#17698)

This commit is contained in:
Joel
2025-04-09 18:31:31 +08:00
committed by GitHub
parent 33324ee23d
commit 6cf1ada36e

View File

@@ -85,7 +85,6 @@ export default combine(
{
// orignal config
rules: {
'complexity': ['warn', { max: 10 }],
// orignal ts/no-var-requires
'ts/no-require-imports': 'off',
'no-console': 'off',