Fixed "object-curly-newline"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-18 11:37:31 +04:00
parent a5019ebc60
commit 58e080f2e7

View File

@ -454,18 +454,18 @@
{
"ExportDeclaration": {
"consistent": true,
"minProperties": 1,
"minProperties": 5,
"multiline": true
},
"ImportDeclaration": "never",
"ObjectExpression": {
"consistent": true,
"minProperties": 1,
"minProperties": 5,
"multiline": true
},
"ObjectPattern": {
"consistent": true,
"minProperties": 1,
"minProperties": 5,
"multiline": true
}
}
@ -638,4 +638,4 @@
"onlyEquality": false
}
]
}
}