mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
7 lines
108 B
JSON
7 lines
108 B
JSON
{
|
|
"rules": {
|
|
"no-unused-expression": true,
|
|
"no-unreachable": true,
|
|
"no-duplicate-variable": true
|
|
}
|
|
} |