mirror of
https://github.com/eugeny/tabby
synced 2026-08-17 11:26:46 +00: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"
|
|
}
|
|
]
|
|
}
|
|
}
|