Fixed "object-curly-newline"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -454,18 +454,18 @@
|
|||||||
{
|
{
|
||||||
"ExportDeclaration": {
|
"ExportDeclaration": {
|
||||||
"consistent": true,
|
"consistent": true,
|
||||||
"minProperties": 1,
|
"minProperties": 5,
|
||||||
"multiline": true
|
"multiline": true
|
||||||
},
|
},
|
||||||
"ImportDeclaration": "never",
|
"ImportDeclaration": "never",
|
||||||
"ObjectExpression": {
|
"ObjectExpression": {
|
||||||
"consistent": true,
|
"consistent": true,
|
||||||
"minProperties": 1,
|
"minProperties": 5,
|
||||||
"multiline": true
|
"multiline": true
|
||||||
},
|
},
|
||||||
"ObjectPattern": {
|
"ObjectPattern": {
|
||||||
"consistent": true,
|
"consistent": true,
|
||||||
"minProperties": 1,
|
"minProperties": 5,
|
||||||
"multiline": true
|
"multiline": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -638,4 +638,4 @@
|
|||||||
"onlyEquality": false
|
"onlyEquality": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user