File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2020 global :
2121 - TEST=true
2222 matrix :
23+ - ESLINT=7
2324 - ESLINT=6
2425 - ESLINT=5
2526 - ESLINT=4
@@ -39,5 +40,11 @@ matrix:
3940 env : ESLINT=6
4041 - node_js : ' 6'
4142 env : ESLINT=6
43+ - node_js : ' 4'
44+ env : ESLINT=7
45+ - node_js : ' 6'
46+ env : ESLINT=7
47+ - node_js : ' 8'
48+ env : ESLINT=7
4249 allow_failures :
4350 - node_js : ' 11'
Original file line number Diff line number Diff line change 4747 "@typescript-eslint/parser" : " ^2.24.0" ,
4848 "babel-eslint" : " ^8.2.6" ,
4949 "coveralls" : " ^3.0.9" ,
50- "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 " ,
50+ "eslint" : " ^3 || ^4 || ^5 || ^6 || ^7 " ,
5151 "eslint-config-airbnb-base" : " ^13.2.0" ,
5252 "eslint-plugin-eslint-plugin" : " ^2.2.1" ,
5353 "eslint-plugin-import" : " ^2.20.1" ,
6060 "typescript-eslint-parser" : " ^20.1.1"
6161 },
6262 "peerDependencies" : {
63- "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 "
63+ "eslint" : " ^3 || ^4 || ^5 || ^6 || ^7 "
6464 },
6565 "engines" : {
6666 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments