chore: hide eslint complexity warning (#17698)

pull/17702/head
Joel 10 months ago committed by GitHub
parent 33324ee23d
commit 6cf1ada36e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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',

Loading…
Cancel
Save