upgrade to prettier 2 (#5051)
* arrowParens: avoid * remove trailingComma setting
This commit is contained in:
@@ -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)')
|
||||
|
||||
Reference in New Issue
Block a user