feat(eslint): Rule "object-property-newline"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -285,6 +285,12 @@
|
||||
"objectsInObjects": false
|
||||
}
|
||||
],
|
||||
"object-property-newline": [
|
||||
"error",
|
||||
{
|
||||
"allowAllPropertiesOnSameLine": false
|
||||
}
|
||||
],
|
||||
"one-var": [
|
||||
"error",
|
||||
"never"
|
||||
|
Reference in New Issue
Block a user