fix(eslint): object-curly-newline

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 16:09:38 +04:00
parent 3e94ff5cad
commit e1ace2d6d2
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -445,7 +445,7 @@
"error",
{
"consistent": true,
"minProperties": 2,
"minProperties": 5,
"multiline": true
}
],