chore(eslint): use babel-eslint

This commit is contained in:
Guillaume Chau
2019-04-10 11:48:56 +02:00
parent 2b4d74b58b
commit 39fca0f105
+4
View File
@@ -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'
}
}