ssn/src/tslint.json

15 lines
289 B
JSON
Raw Normal View History

2018-06-21 14:37:29 +02:00
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"comment-format": false,
"max-line-length": false,
"no-bitwise": false,
"quotemark": [true, "single"]
},
"rulesDirectory": []
}