ssn/src/tslint.json
2018-06-21 14:41:13 +02:00

15 lines
331 B
JSON

{
"defaultSeverity": "error",
"extends": [
"tslint:recommended",
],
"jsRules": {},
"rules": {
"comment-format": false,
"indent": [true, "spaces", 2],
"max-line-length": false,
"no-bitwise": false,
"quotemark": [true, "single"],
},
"rulesDirectory": [],
}