We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eddef45 + e4cb96c commit 43bfb62Copy full SHA for 43bfb62
.travis.yml
@@ -46,3 +46,5 @@ matrix:
46
- node_js: "5"
47
- node_js: "4" # not sure why this is failing; probably something in jest
48
env: ESLINT=4
49
+ - node_js: "4"
50
+ env: ESLINT=3
package.json
@@ -40,7 +40,7 @@
40
"babel-polyfill": "^6.26.0",
41
"babel-preset-es2015": "^6.24.1",
42
"coveralls": "^3.0.1",
43
- "eslint": "^4.19.1",
+ "eslint": "^5.15.2",
44
"eslint-config-airbnb-base": "^13.0.0",
45
"eslint-plugin-flowtype": "^3.5.0",
"eslint-plugin-import": "^2.13.0",
0 commit comments