Fix linting of App.vue by using the right dependency
This commit is contained in:
parent
0c2259683b
commit
6a61cf7d10
3 changed files with 776 additions and 357 deletions
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
parserOptions: {
|
||||
ecmaVersion: 2018,
|
||||
sourceType: 'module',
|
||||
parser: 'babel-eslint'
|
||||
parser: '@babel/eslint-parser'
|
||||
},
|
||||
plugins: [
|
||||
'vue'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue