We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5793b91 commit 581abd3Copy full SHA for 581abd3
packages/@vue/cli/lib/promptModules/linter.js
@@ -55,7 +55,8 @@ module.exports = cli => {
55
choices: [
56
{
57
name: 'Lint on save',
58
- value: 'save'
+ value: 'save',
59
+ checked: true
60
},
61
62
name: 'Lint and fix on commit' + (hasGit() ? '' : chalk.red(' (requires Git)')),
0 commit comments