File tree 3 files changed +193
-105
lines changed
3 files changed +193
-105
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
cache : yarn
3
3
node_js :
4
- - " 10"
5
- - " 8"
6
- - " 6"
4
+ - 14
5
+ - 12
6
+ - 10
7
+ - 8
8
+ - 6
7
9
env :
8
10
- ESLINT_VERSION=current
11
+ - ESLINT_VERSION=^6
9
12
- ESLINT_VERSION=^5
10
13
matrix :
11
14
exclude :
15
+ # eslint 7 only supports node ^10.12 || >=12
16
+ - node_js : 8
17
+ env : ESLINT_VERSION=current
12
18
# eslint 6 only supports node >=8.10
13
- - node_js : " 6 "
19
+ - node_js : 6
14
20
env : ESLINT_VERSION=current
21
+ - node_js : 6
22
+ env : ESLINT_VERSION=^6
15
23
install :
16
24
- if [[ $ESLINT_VERSION != "current" ]]; then
17
25
yarn upgrade "eslint@$ESLINT_VERSION";
Original file line number Diff line number Diff line change 31
31
"prettier-linter-helpers" : " ^1.0.0"
32
32
},
33
33
"peerDependencies" : {
34
- "eslint" : " >= 5.0.0" ,
35
- "prettier" : " >= 1.13.0"
34
+ "eslint" : " >=5.0.0" ,
35
+ "prettier" : " >=1.13.0"
36
36
},
37
37
"devDependencies" : {
38
38
"@not-an-aardvark/node-release-script" : " ^0.1.0" ,
39
- "eslint" : " ^6 .0.0" ,
39
+ "eslint" : " ^7 .0.0" ,
40
40
"eslint-config-not-an-aardvark" : " ^2.1.0" ,
41
41
"eslint-config-prettier" : " ^6.0.0" ,
42
42
"eslint-plugin-eslint-plugin" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments