mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
13 lines
No EOL
210 B
JSON
13 lines
No EOL
210 B
JSON
{
|
|
"rules": {
|
|
"no-unused-expression": true,
|
|
"no-duplicate-variable": true,
|
|
"no-unused-variable": true,
|
|
"curly": true,
|
|
"class-name": true,
|
|
"semicolon": [
|
|
"always"
|
|
],
|
|
"triple-equals": true
|
|
}
|
|
} |