Add lint configuration to enable or disable some feature for syntax check

This commit is contained in:
geequlim
2018-06-29 12:20:09 +08:00
parent 462a7bdbd7
commit 4c0f864cf8
3 changed files with 25 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
# Change Log
### 0.3.7
* Fix error with run godot editor when the editor contains spaces
* Disable semicolons and brackets checks as default can be enabled with project settings
```json
{
"lint": {
"semicolon": true,
"conditionBrackets": true
}
}
```
### 0.3.6
* Fix project configuartion file path