fix(eslint): Rule "object-shorthand"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
e1ace2d6d2
commit
b19f79913d
@ -465,7 +465,12 @@
|
||||
],
|
||||
"object-shorthand": [
|
||||
"error",
|
||||
"consistent-as-needed"
|
||||
"always",
|
||||
{
|
||||
"avoidExplicitReturnArrows": true,
|
||||
"avoidQuotes": false,
|
||||
"ignoreConstructors": false
|
||||
}
|
||||
],
|
||||
"one-var": [
|
||||
"error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user