File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ module.exports = pkg => {
55 name : 'scaffold' ,
66 message : 'Add support for base components?' ,
77 default : false ,
8+ description : 'In addition to deleting all pre-built components, it will add lodash and the necessary configuration for supporting base components.' ,
89 } ,
910 {
1011 type : 'confirm' ,
1112 name : 'tailwind' ,
1213 message : 'Add support for tailwind?' ,
1314 default : false ,
15+ description : 'This will install tailwind and add the necessary configuration files.' ,
1416 }
1517 ]
1618
@@ -20,7 +22,8 @@ module.exports = pkg => {
2022 name : 'prettier' ,
2123 message : 'Add prettier configuration?' ,
2224 when : true ,
23- } )
25+ description : 'This will add a prettier configuration file and add a vue/plugin-recommended plugin to your eslint configuration file.' ,
26+ } ) ;
2427 }
2528
2629 return prompts ;
You can’t perform that action at this time.
0 commit comments