We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c138c7d commit 1b69123Copy full SHA for 1b69123
packages/@vue/cli-plugin-eslint/generator/index.js
@@ -18,6 +18,7 @@ module.exports = (api, { config, lintOn = [] }, _, invoking) => {
18
// Now in v3 we have to add redundant eslint related dependencies
19
// in order to keep compatibility with v3.0.x users who defaults to ESlint v4.
20
devDependencies: {
21
+ 'babel-eslint': '^10.0.1',
22
'eslint': '^5.8.0',
23
'eslint-plugin-vue': '^5.0.0-0'
24
}
0 commit comments