mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-23 23:59:02 -06:00
fix: don't output warning message on eslint deps upgrade
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user