Skip to content

Commit

Permalink
fix(ui): eslint lint on save default
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 24, 2018
1 parent 06890bd commit 0f30639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-eslint/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ module.exports = api => {
message: 'eslint.config.eslint-extra.lintOnSave.message',
description: 'eslint.config.eslint-extra.lintOnSave.description',
link: 'https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint#configuration',
default: false,
default: true,
value: data.lintOnSave
}
]
Expand Down

0 comments on commit 0f30639

Please sign in to comment.