File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 global :
1919 - TEST=true
2020 matrix :
21- - ESLINT=^6.0.0-0
21+ - ESLINT=6
2222 - ESLINT=5
2323 - ESLINT=4
2424after_success :
@@ -32,8 +32,8 @@ matrix:
3232 - node_js : ' 4'
3333 env : ESLINT=5
3434 - node_js : ' 4'
35- env : ESLINT=^6.0.0-0
35+ env : ESLINT=6
3636 - node_js : ' 6'
37- env : ESLINT=^6.0.0-0
37+ env : ESLINT=6
3838 allow_failures :
3939 - node_js : ' 11'
Original file line number Diff line number Diff line change 4242 "@types/node" : " ^12.0.0" ,
4343 "babel-eslint" : " ^8.2.6" ,
4444 "coveralls" : " ^3.0.2" ,
45- "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0" ,
45+ "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 " ,
4646 "eslint-config-airbnb-base" : " ^13.1.0" ,
4747 "eslint-plugin-import" : " ^2.17.2" ,
4848 "istanbul" : " ^0.4.5" ,
5252 "typescript-eslint-parser" : " ^20.1.1"
5353 },
5454 "peerDependencies" : {
55- "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0"
55+ "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 "
5656 },
5757 "engines" : {
5858 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments