1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 21:34:13 +03:00
tabby/tslint.json

21 lines
284 B
JSON
Raw Normal View History

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