8 lines
100 B
JSON
8 lines
100 B
JSON
|
{
|
||
|
"extends": "tslint-xo",
|
||
|
"rules": {
|
||
|
"comment-format": false,
|
||
|
"indent": [true, "spaces"]
|
||
|
}
|
||
|
}
|