mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
use prefer-const default config
This commit is contained in:
@@ -14,12 +14,7 @@
|
||||
"constructor-super": "warn",
|
||||
"curly": "warn",
|
||||
"eqeqeq": "warn",
|
||||
"prefer-const": [
|
||||
"warn",
|
||||
{
|
||||
"destructuring": "all"
|
||||
}
|
||||
],
|
||||
"prefer-const": "warn",
|
||||
"no-buffer-constructor": "warn",
|
||||
"no-caller": "warn",
|
||||
"no-case-declarations": "warn",
|
||||
|
||||
Reference in New Issue
Block a user