9 lines
126 B
JSON
9 lines
126 B
JSON
{
|
|
"extends": "tslint-xo",
|
|
"rules": {
|
|
"comment-format": false,
|
|
"indent": [true, "spaces"],
|
|
"no-inner-html": false
|
|
}
|
|
}
|