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
parent 0c2259683b
commit 6a61cf7d10
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
3 changed files with 775 additions and 356 deletions

View File

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

View File

@ -50,7 +50,6 @@
"@vue/cli-plugin-unit-mocha": "~4.2.2",
"@vue/cli-service": "~4.2.2",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.3",
"chai": "^4.1.2",
"easygettext": "^2.6.3",
"eslint": "^7.25.0",

File diff suppressed because it is too large Load Diff