double max line length for code as well as comments
continuous-integration/drone/push Build is failing Podrobnosti

This commit is contained in:
Joe 2020-09-04 14:27:59 -05:00
rodič 6789f37c8e
revize 324ba44f51
Podepsáno: joe
ID GPG klíče: 8595A3F8F2CE1B74
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -14,7 +14,7 @@
"no-useless-return": "warn",
"no-var": "warn",
"no-console": "off",
"max-len": ["warn", { "comments": 160 }],
"max-len": ["warn", { "code": 160, "comments": 160 }],
"no-param-reassign": 0,
"require-atomic-updates": 0,
"@typescript-eslint/interface-name-prefix": "off",