feat(eslint): Rule "prefer-const"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -388,6 +388,13 @@
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"prefer-const": [
|
||||
"error",
|
||||
{
|
||||
"destructuring": "any",
|
||||
"ignoreReadBeforeAssign": false
|
||||
}
|
||||
],
|
||||
"prefer-reflect": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user