File tree Expand file tree Collapse file tree 5 files changed +6
-11
lines changed
Expand file tree Collapse file tree 5 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ workflows:
55 - eslint-v6
66 - eslint-v7
77 - ts-eslint-v4
8- - node-v12
98 - node-v14
109 - node-v16
1110 - lint
3635
3736 eslint-v6 :
3837 docker :
39- - image : node:12
38+ - image : node:14
4039 steps :
4140 - run :
4241 name : Versions
8887 - run :
8988 name : Test
9089 command : npm test
91- node-v12 :
92- << : *node-base
93- docker :
94- - image : node:12
9590 node-v14 :
9691 << : *node-base
9792 docker :
Original file line number Diff line number Diff line change 33module . exports = {
44 root : true ,
55 parserOptions : {
6- ecmaVersion : 2018
6+ ecmaVersion : 'latest'
77 } ,
88 env : {
99 es6 : true ,
@@ -137,7 +137,7 @@ module.exports = {
137137 files : [ './**/*.vue' ] ,
138138 parser : require . resolve ( 'vue-eslint-parser' ) ,
139139 parserOptions : {
140- ecmaVersion : 2020 ,
140+ ecmaVersion : 'latest' ,
141141 sourceType : 'module'
142142 }
143143 } ,
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ export default {
9090 rules: this .rules ,
9191 parser: ' vue-eslint-parser' ,
9292 parserOptions: {
93- ecmaVersion: 2020 ,
93+ ecmaVersion: ' latest ' ,
9494 sourceType: ' module' ,
9595 ecmaFeatures: {
9696 jsx: true
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ yarn add -D eslint eslint-plugin-vue
2323::: tip Requirements
2424
2525- 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
2727
2828:::
2929
Original file line number Diff line number Diff line change 4848 "url" : " https://github.com/vuejs/eslint-plugin-vue/issues"
4949 },
5050 "engines" : {
51- "node" : " ^12.22.0 || ^ 14.17.0 || >=16.0.0"
51+ "node" : " ^14.17.0 || >=16.0.0"
5252 },
5353 "peerDependencies" : {
5454 "eslint" : " ^6.2.0 || ^7.0.0 || ^8.0.0"
You can’t perform that action at this time.
0 commit comments