2021-02-13 18:22:07 +00:00

9 lines
126 B
JSON

{
"extends": "tslint-xo",
"rules": {
"comment-format": false,
"indent": [true, "spaces"],
"no-inner-html": false
}
}