File tree 5 files changed +6
-11
lines changed
5 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ workflows:
5
5
- eslint-v6
6
6
- eslint-v7
7
7
- ts-eslint-v4
8
- - node-v12
9
8
- node-v14
10
9
- node-v16
11
10
- lint
36
35
37
36
eslint-v6 :
38
37
docker :
39
- - image : node:12
38
+ - image : node:14
40
39
steps :
41
40
- run :
42
41
name : Versions
88
87
- run :
89
88
name : Test
90
89
command : npm test
91
- node-v12 :
92
- << : *node-base
93
- docker :
94
- - image : node:12
95
90
node-v14 :
96
91
<< : *node-base
97
92
docker :
Original file line number Diff line number Diff line change 3
3
module . exports = {
4
4
root : true ,
5
5
parserOptions : {
6
- ecmaVersion : 2018
6
+ ecmaVersion : 'latest'
7
7
} ,
8
8
env : {
9
9
es6 : true ,
@@ -137,7 +137,7 @@ module.exports = {
137
137
files : [ './**/*.vue' ] ,
138
138
parser : require . resolve ( 'vue-eslint-parser' ) ,
139
139
parserOptions : {
140
- ecmaVersion : 2020 ,
140
+ ecmaVersion : 'latest' ,
141
141
sourceType : 'module'
142
142
}
143
143
} ,
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ export default {
90
90
rules: this .rules ,
91
91
parser: ' vue-eslint-parser' ,
92
92
parserOptions: {
93
- ecmaVersion: 2020 ,
93
+ ecmaVersion: ' latest ' ,
94
94
sourceType: ' module' ,
95
95
ecmaFeatures: {
96
96
jsx: true
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ yarn add -D eslint eslint-plugin-vue
23
23
::: tip Requirements
24
24
25
25
- ESLint v6.2.0 and above
26
- - Node.js v12.22.x, v14.17.x, v16.x and above
26
+ - Node.js v14.17.x, v16.x and above
27
27
28
28
:::
29
29
Original file line number Diff line number Diff line change 48
48
"url" : " https://github.com/vuejs/eslint-plugin-vue/issues"
49
49
},
50
50
"engines" : {
51
- "node" : " ^12.22.0 || ^ 14.17.0 || >=16.0.0"
51
+ "node" : " ^14.17.0 || >=16.0.0"
52
52
},
53
53
"peerDependencies" : {
54
54
"eslint" : " ^6.2.0 || ^7.0.0 || ^8.0.0"
You can’t perform that action at this time.
0 commit comments