feat(eslint): Rule "object-property-newline"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 23:51:19 +04:00
parent 320dab004a
commit 649ad0f879
2 changed files with 7 additions and 1 deletions

View File

@ -285,6 +285,12 @@
"objectsInObjects": false
}
],
"object-property-newline": [
"error",
{
"allowAllPropertiesOnSameLine": false
}
],
"one-var": [
"error",
"never"