Files
vscode-extension-samples/source-control-sample/tslint.json

12 lines
98 B
JSON
Raw Normal View History

2019-03-12 23:24:46 +00:00
{
"rules": {
2019-03-20 10:31:44 +01:00
"indent": [
true,
"tabs"
],
"semicolon": [
true,
"always"
]
2019-03-12 23:24:46 +00:00
}
}