fix(eslint): Rule "object-shorthand"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 16:15:04 +04:00
parent e1ace2d6d2
commit b19f79913d
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -465,7 +465,12 @@
],
"object-shorthand": [
"error",
"consistent-as-needed"
"always",
{
"avoidExplicitReturnArrows": true,
"avoidQuotes": false,
"ignoreConstructors": false
}
],
"one-var": [
"error",