upgrade to prettier 2 (#5051)

* arrowParens: avoid
* remove trailingComma setting
This commit is contained in:
chris48s
2020-05-05 21:07:43 +01:00
committed by GitHub
parent 1c736f2159
commit 13d75e0607
337 changed files with 1882 additions and 2707 deletions

View File

@@ -19,9 +19,7 @@ t.create('Tag (inc pre-release)')
.expectBadge({
label: 'tag',
message: isSemver,
color: Joi.string()
.allow('blue', 'orange')
.required(),
color: Joi.string().allow('blue', 'orange').required(),
})
t.create('Tag (no tags)')