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

This commit is contained in:
Joe 2020-09-04 14:27:59 -05:00
parent 6789f37c8e
commit 324ba44f51
Firmato da: joe
ID Chiave GPG: 8595A3F8F2CE1B74
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

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