mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-12 14:58:26 -05:00
chore(eslint): use babel-eslint
This commit is contained in:
@@ -20,5 +20,9 @@ module.exports = {
|
||||
'vue/no-use-v-if-with-v-for': 'warn',
|
||||
'vue/no-unused-vars': 'warn',
|
||||
'vue/return-in-computed-property': 'warn',
|
||||
},
|
||||
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user