Skip to content

Commit ea74da1

Browse files
committed
fix: eslint config should be root
1 parent 9467739 commit ea74da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/@vue/cli-plugin-eslint/generator.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = (api, { config, lintOn = [] }) => {
88
lint: 'vue-cli-service lint'
99
},
1010
eslintConfig: {
11+
root: true,
1112
extends: ['plugin:vue/essential']
1213
},
1314
devDependencies: {}

0 commit comments

Comments
 (0)