mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-11 07:28:08 +03:00
21 lines
284 B
JSON
21 lines
284 B
JSON
{
|
|
"extends": [
|
|
"tslint-eslint-rules",
|
|
"tslint-config-standard"
|
|
],
|
|
"rules": {
|
|
"radix": false,
|
|
"indent": [
|
|
true,
|
|
"spaces"
|
|
],
|
|
"ter-indent": [true, 4],
|
|
"trailing-comma": [
|
|
true,
|
|
{
|
|
"singleline": "never"
|
|
}
|
|
]
|
|
}
|
|
}
|