File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ module.exports = {
73
73
eslintConfig : {
74
74
when : 'eslint' ,
75
75
type : 'list' ,
76
- message : 'Which eslint config would you like to use?' ,
76
+ message : 'Which ESLint config would you like to use?' ,
77
77
choices : [
78
78
{
79
79
name : 'Standard (https://github.com/feross/standard)' ,
80
80
value : 'standard' ,
81
81
short : 'Standard'
82
82
} ,
83
83
{
84
- name : 'AirBNB (https://github.com/airbnb/javascript)' ,
84
+ name : 'Airbnb (https://github.com/airbnb/javascript)' ,
85
85
value : 'airbnb' ,
86
- short : 'AirBNB '
86
+ short : 'Airbnb '
87
87
} ,
88
88
{
89
89
name : 'none (configure it yourself)' ,
@@ -94,12 +94,12 @@ module.exports = {
94
94
} ,
95
95
unit : {
96
96
type : 'confirm' ,
97
- message : 'Setup unit testing with Karma + Mocha?' ,
97
+ message : 'Set up unit testing with Karma + Mocha?' ,
98
98
required : true
99
99
} ,
100
100
e2e : {
101
101
type : 'confirm' ,
102
- message : 'Setup end-to-end testing with Spectron + Mocha?' ,
102
+ message : 'Set up end-to-end testing with Spectron + Mocha?' ,
103
103
require : true
104
104
} ,
105
105
builder : {
You can’t perform that action at this time.
0 commit comments