Skip to content

Commit 39fca0f

Browse files
author
Guillaume Chau
committed
chore(eslint): use babel-eslint
1 parent 2b4d74b commit 39fca0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@vue/cli-ui/.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ module.exports = {
2020
'vue/no-use-v-if-with-v-for': 'warn',
2121
'vue/no-unused-vars': 'warn',
2222
'vue/return-in-computed-property': 'warn',
23+
},
24+
25+
parserOptions: {
26+
parser: 'babel-eslint'
2327
}
2428
}

0 commit comments

Comments
 (0)