double max line length for code as well as comments
continuous-integration/drone/push Build is failing Подробиці

This commit is contained in:
Joe 2020-09-04 14:27:59 -05:00
джерело 6789f37c8e
коміт 324ba44f51
Підписано: joe
Ідентифікатор GPG ключа: 8595A3F8F2CE1B74
1 змінених файлів з 1 додано та 1 видалено

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