tools/cmd/golsp/integration/vscode/tslint.json

12 lines
164 B
JSON

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