Skip to content

Commit f5eabc4

Browse files
committed
update config
1 parent a1e75b8 commit f5eabc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/configs/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module.exports = {
77
parser: require.resolve('vue-eslint-parser'),
88
parserOptions: {
9-
ecmaVersion: 2018,
9+
ecmaVersion: 2020,
1010
sourceType: 'module'
1111
},
1212
env: {

tools/update-lib-configs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function formatCategory(category) {
4949
module.exports = {
5050
parser: require.resolve('vue-eslint-parser'),
5151
parserOptions: {
52-
ecmaVersion: 2018,
52+
ecmaVersion: 2020,
5353
sourceType: 'module'
5454
},
5555
env: {

0 commit comments

Comments
 (0)