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 18
18
global :
19
19
- TEST=true
20
20
matrix :
21
- - ESLINT=^6.0.0-0
21
+ - ESLINT=6
22
22
- ESLINT=5
23
23
- ESLINT=4
24
24
after_success :
@@ -32,8 +32,8 @@ matrix:
32
32
- node_js : ' 4'
33
33
env : ESLINT=5
34
34
- node_js : ' 4'
35
- env : ESLINT=^6.0.0-0
35
+ env : ESLINT=6
36
36
- node_js : ' 6'
37
- env : ESLINT=^6.0.0-0
37
+ env : ESLINT=6
38
38
allow_failures :
39
39
- node_js : ' 11'
Original file line number Diff line number Diff line change 42
42
"@types/node" : " ^12.0.0" ,
43
43
"babel-eslint" : " ^8.2.6" ,
44
44
"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 " ,
46
46
"eslint-config-airbnb-base" : " ^13.1.0" ,
47
47
"eslint-plugin-import" : " ^2.17.2" ,
48
48
"istanbul" : " ^0.4.5" ,
52
52
"typescript-eslint-parser" : " ^20.1.1"
53
53
},
54
54
"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 "
56
56
},
57
57
"engines" : {
58
58
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments