Files
vscode-extension-samples/configuration-sample/tslint.json

12 lines
98 B
JSON
Raw Normal View History

2018-11-19 12:43:10 +01:00
{
"rules": {
"indent": [
true,
"tabs"
],
"semicolon": [
true,
"always"
]
}
}