Fix linting of App.vue by using the right dependency

This commit is contained in:
Georg Krause 2021-11-01 19:20:12 +01:00
commit 6a61cf7d10
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632
3 changed files with 776 additions and 357 deletions

View file

@ -14,7 +14,7 @@ module.exports = {
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
parser: 'babel-eslint'
parser: '@babel/eslint-parser'
},
plugins: [
'vue'