Skip to content

Commit bcd4e68

Browse files
author
Guillaume Chau
committed
feat: use button group
1 parent 632447d commit bcd4e68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-plugin-eslint/ui/configDescriptor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ function getEslintPrompts (data, rules) {
7979
return {
8080
name: rule.name,
8181
type: 'list',
82+
skin: 'buttongroup',
8283
message: rule.name,
8384
group: `org.vue.eslint.config.eslint.groups.${rule.meta.docs.category || 'uncategorized'}`,
8485
description: escapeHTML(rule.meta.docs.description),

0 commit comments

Comments
 (0)