We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e75b8 commit f5eabc4Copy full SHA for f5eabc4
lib/configs/base.js
@@ -6,7 +6,7 @@
6
module.exports = {
7
parser: require.resolve('vue-eslint-parser'),
8
parserOptions: {
9
- ecmaVersion: 2018,
+ ecmaVersion: 2020,
10
sourceType: 'module'
11
},
12
env: {
tools/update-lib-configs.js
@@ -49,7 +49,7 @@ function formatCategory(category) {
49
50
51
52
53
54
55
0 commit comments