Checkout new GDScriptLanguageClient branch

This commit is contained in:
geequlim
2019-05-04 19:48:36 +08:00
parent 2ba776dc40
commit ece1f3118d
36 changed files with 292 additions and 179167 deletions

14
tslint.json Normal file
View File

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