Fix linting of App.vue by using the right dependency
This commit is contained in:
parent
0c2259683b
commit
6a61cf7d10
|
@ -14,7 +14,7 @@ module.exports = {
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
ecmaVersion: 2018,
|
ecmaVersion: 2018,
|
||||||
sourceType: 'module',
|
sourceType: 'module',
|
||||||
parser: 'babel-eslint'
|
parser: '@babel/eslint-parser'
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
'vue'
|
'vue'
|
||||||
|
|
|
@ -50,7 +50,6 @@
|
||||||
"@vue/cli-plugin-unit-mocha": "~4.2.2",
|
"@vue/cli-plugin-unit-mocha": "~4.2.2",
|
||||||
"@vue/cli-service": "~4.2.2",
|
"@vue/cli-service": "~4.2.2",
|
||||||
"@vue/test-utils": "^1.0.0-beta.20",
|
"@vue/test-utils": "^1.0.0-beta.20",
|
||||||
"babel-eslint": "^10.0.3",
|
|
||||||
"chai": "^4.1.2",
|
"chai": "^4.1.2",
|
||||||
"easygettext": "^2.6.3",
|
"easygettext": "^2.6.3",
|
||||||
"eslint": "^7.25.0",
|
"eslint": "^7.25.0",
|
||||||
|
|
1128
front/yarn.lock
1128
front/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue