istio.io/common/config/tslint.json

25 lines
631 B
JSON

{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"rules": {
"max-line-length": {
"options": [160]
},
"arrow-parens": false,
"new-parens": true,
"no-arg": true,
"no-bitwise": true,
"no-conditional-assignment": true,
"no-consecutive-blank-lines": true,
"no-console": {
"severity": "warning",
"options": ["debug", "info", "log", "time", "timeEnd", "trace"]
},
"no-shadowed-variable": false,
"eofline": false
},
"jsRules": {},
"rulesDirectory": []
}