/
dimamir
/
node-soap
Обзор
Документация
Войти
/
dimamir
/
node-soap
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tslint.json
24 строки
575 B
Andy
adding source-map-support for ts mapping in stack trace; enabling tslint rules; added linting to travis; removing unnecessary self variables (#1047)
21 фев 2019, 19:24
21 фев 2019, 19:24
9cb3bf0
Код
Авторство
О чём код?
{ "defaultSeverity": "error", "extends": [ "tslint:recommended" ], "jsRules": {}, "rules": { "quotemark": [true, "single"], "variable-name": false, "max-line-length": false, "forin": false, "object-literal-sort-keys": false, "no-var-requires": false, "no-unused-expression": false, "no-shadowed-variable": false, "object-literal-shorthand": false, "max-classes-per-file": false, "no-empty": false, "no-conditional-assignment": false, "no-bitwise": false, "no-console": false }, "rulesDirectory": [] }