vsc-material-theme/tslint.json

9 lines
126 B
JSON
Raw Normal View History

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