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 45d4969 commit 3ee096eCopy full SHA for 3ee096e
packages/@vue/cli-plugin-eslint/migrator/index.js
@@ -54,7 +54,7 @@ module.exports = async (api) => {
54
Object.assign(newDeps, getDeps(api, 'prettier'))
55
}
56
57
- api.extendPackage({ devDependencies: newDeps })
+ api.extendPackage({ devDependencies: newDeps }, true)
58
59
// in case anyone's upgrading from the legacy `typescript-eslint-parser`
60
if (api.hasPlugin('typescript')) {
0 commit comments