Browse Source

chore: hide eslint complexity warning (#17698)

tags/1.3.0
Joel 6 months ago
parent
commit
6cf1ada36e
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      web/eslint.config.mjs

+ 0
- 1
web/eslint.config.mjs 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',

Loading…
Cancel
Save