mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
13 lines
238 B
JSON
13 lines
238 B
JSON
|
|
{
|
||
|
|
"rules": {
|
||
|
|
"no-string-throw": true,
|
||
|
|
"no-unused-expression": true,
|
||
|
|
"no-duplicate-variable": true,
|
||
|
|
"curly": true,
|
||
|
|
"class-name": true,
|
||
|
|
"semicolon": [true, "always"],
|
||
|
|
"triple-equals": true
|
||
|
|
},
|
||
|
|
"defaultSeverity": "warning"
|
||
|
|
}
|