Let eslint take case of prefer-const

This commit is contained in:
Simon Warta 2020-02-03 09:45:32 +01:00
parent 04e9f64278
commit a2fce05d4e

View File

@ -23,7 +23,7 @@
"object-literal-shorthand": [true, "never"],
"object-literal-sort-keys": false,
"ordered-imports": false,
"prefer-const": true,
"prefer-const": false,
"promise-function-async": true,
"typedef": [true, "call-signature"],
"variable-name": [true, "check-format", "allow-leading-underscore"]