double max line length for code as well as comments
continuous-integration/drone/push Build is failing Информация

Этот коммит содержится в:
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",