File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 24
24
global :
25
25
- TEST=true
26
26
matrix :
27
+ - ESLINT=5
27
28
- ESLINT=4
28
29
- ESLINT=3
29
30
matrix :
@@ -33,6 +34,11 @@ matrix:
33
34
env : FLOW=true TEST=false
34
35
- node_js : " node"
35
36
env : LINT=true TEST=false
37
+ exclude :
38
+ - node_js : " 5"
39
+ env : ESLINT=5
40
+ - node_js : " 4"
41
+ env : ESLINT=5
36
42
allow_failures :
37
43
- node_js : " 9"
38
44
- node_js : " 7"
Original file line number Diff line number Diff line change 40
40
"babel-polyfill" : " ^6.26.0" ,
41
41
"babel-preset-es2015" : " ^6.24.1" ,
42
42
"coveralls" : " ^3.0.1" ,
43
- "eslint" : " ^3 || ^4" ,
43
+ "eslint" : " ^3 || ^4 || ^5 " ,
44
44
"eslint-config-airbnb-base" : " ^13.0.0" ,
45
45
"eslint-plugin-flowtype" : " ^2.49.3" ,
46
46
"eslint-plugin-import" : " ^2.13.0" ,
70
70
"jsx-ast-utils" : " ^2.0.1"
71
71
},
72
72
"peerDependencies" : {
73
- "eslint" : " ^3 || ^4"
73
+ "eslint" : " ^3 || ^4 || ^5 "
74
74
},
75
75
"jest" : {
76
76
"coverageReporters" : [
You can’t perform that action at this time.
0 commit comments