Skip to content

Commit

Permalink
fix: don't output warning message on eslint deps upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea authored and mactanxin committed Feb 11, 2020
1 parent 4b57cd8 commit bad1ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-eslint/migrator/index.js
Expand Up @@ -54,7 +54,7 @@ module.exports = async (api) => {
Object.assign(newDeps, getDeps(api, 'prettier'))
}

api.extendPackage({ devDependencies: newDeps })
api.extendPackage({ devDependencies: newDeps }, true)

// in case anyone's upgrading from the legacy `typescript-eslint-parser`
if (api.hasPlugin('typescript')) {
Expand Down

0 comments on commit bad1ef2

Please sign in to comment.