ssn/src/tslint.json

16 lines
331 B
JSON
Raw Normal View History

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