use prefer-const default config

This commit is contained in:
Johannes
2022-06-08 17:46:25 +02:00
parent 13b60e192d
commit aa23a0dbb7

View File

@@ -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",