Skip to content

Commit 2d2a225

Browse files
author
Jens van Hellemondt
committed
🍱 added EsLint prompt
1 parent 5123404 commit 2d2a225

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

prompts.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ module.exports = [
1717
message: 'Do you want to use github actions for deployments?',
1818
default: true,
1919
},
20+
{
21+
name: 'useBuildAndLintAction',
22+
type: 'confirm',
23+
message: 'Do you want to add a github workflow action which "build and lint" on every pull request? It is a fail-safe that you only deploy code which can build.',
24+
default: true,
25+
},
2026
{
2127
name: 'addRobotsFile',
2228
type: 'confirm',
23-
message: 'Do you want to disallow robots (SEO) to visit this applications (Y: robots.txt is placed in public folder, N: if you use github actions for deployment, in the test deployment a robots.txt is generated)',
29+
message: 'Do you want to disallow robots (SEO) to visit this applications (Y: robots.txt is placed in public folder, N: if you use github actions for deployment, in the test deployment a robots.txt is generated)?',
2430
default: false,
2531
},
2632
{
@@ -31,12 +37,12 @@ module.exports = [
3137
{
3238
value: 'Sentry',
3339
name: 'error logging with Sentry',
34-
checked: true,
40+
checked: false,
3541
},
3642
{
3743
value: 'analytics',
3844
name: 'Google Analytics with vue-analytics',
39-
checked: true,
45+
checked: false,
4046
},
4147
{
4248
value: 'fontawesomepro',

0 commit comments

Comments
 (0)