Files
godot-vscode-plugin/tslint.json
2019-05-04 19:48:36 +08:00

15 lines
225 B
JSON

{
"rules": {
"no-string-throw": true,
"no-unused-expression": true,
"no-duplicate-variable": false,
"curly": true,
"class-name": true,
"semicolon": [
true,
"always"
],
},
"defaultSeverity": "warning"
}