mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
The extension will be built and uploaded to artifacts so it can be tested easily by users. This also fixes warnings reported by TSLint.
15 lines
224 B
JSON
15 lines
224 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"
|
|
}
|