tabby/tslint.json

21 lines
284 B
JSON
Raw Normal View History

2016-12-23 09:06:53 +00:00
{
2017-05-01 11:35:26 +00:00
"extends": [
"tslint-eslint-rules",
"tslint-config-standard"
],
"rules": {
"radix": false,
"indent": [
true,
"spaces"
2017-03-23 21:13:32 +00:00
],
2017-05-01 11:35:26 +00:00
"ter-indent": [true, 4],
"trailing-comma": [
true,
{
"singleline": "never"
}
]
}
2016-12-23 09:06:53 +00:00
}