Bläddra i källkod

chore: hide eslint complexity warning (#17698)

tags/1.3.0
Joel 6 månader sedan
förälder
incheckning
6cf1ada36e
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0
    1
      web/eslint.config.mjs

+ 0
- 1
web/eslint.config.mjs Visa fil

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

Laddar…
Avbryt
Spara