File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 75
75
"nyc" : " ^15.1.0" ,
76
76
"outdent" : " ^0.8.0" ,
77
77
"typescript" : " ^4.4.2" ,
78
- "vue-eslint-parser" : " ^7.11 .0" ,
78
+ "vue-eslint-parser" : " ^8.0 .0" ,
79
79
"xo" : " ^0.44.0"
80
80
},
81
81
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -59,18 +59,10 @@ const vue = {
59
59
return require . resolve ( this . name ) ;
60
60
} ,
61
61
mergeParserOptions ( options ) {
62
- options = {
62
+ return {
63
63
...defaultParserOptions ,
64
64
...options ,
65
65
} ;
66
-
67
- // The `espree` version in `vue-eslint-parser` does not understand `'latest'` yet.
68
- // https://github.com/vuejs/vue-eslint-parser/pull/113
69
- if ( options . ecmaVersion === 'latest' ) {
70
- options . ecmaVersion = require ( 'espree' ) . latestEcmaVersion ;
71
- }
72
-
73
- return options ;
74
66
} ,
75
67
} ;
76
68
You can’t perform that action at this time.
0 commit comments