Files
vscode-extension-samples/custom-editor-sample/tslint.json
2020-04-03 14:55:20 -07:00

6 lines
78 B
JSON

{
"rules": {
"indent": [true, "tabs"],
"semicolon": [true, "always"]
}
}