use prefer-const default config

This commit is contained in:
Johannes 2022-06-08 17:46:25 +02:00
parent 13b60e192d
commit aa23a0dbb7
No known key found for this signature in database
GPG key ID: 6DEF802A22264FCA

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