Skip to content

Commit

Permalink
feat: Support ESLint 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed May 9, 2020
1 parent 573d39e commit 85b4d3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
21 changes: 8 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: node_js
node_js:
- "14"
- "12"
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
cache:
yarn: true
Expand All @@ -29,6 +27,7 @@ env:
global:
- TEST=true
matrix:
- ESLINT=7
- ESLINT=6
- ESLINT=5
- ESLINT=4
Expand All @@ -45,19 +44,15 @@ matrix:
env: ESLINT=5
- node_js: "4"
env: ESLINT=6
- node_js: "5"
env: ESLINT=5
- node_js: "4"
env: ESLINT=7
- node_js: "6"
env: ESLINT=6
- node_js: "6"
env: ESLINT=7
- node_js: "8"
env: ESLINT=7
allow_failures:
- node_js: "7"
env: ESLINT=6
- node_js: "5"
env: ESLINT=6
- node_js: "5"
env: ESLINT=4
- node_js: "5"
env: ESLINT=3
- node_js: "4"
env: ESLINT=4
- node_js: "4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"babel-jest": "^24.0.0",
"babel-preset-airbnb": "^4.0.0",
"coveralls": "^3.0.1",
"eslint": "^3 || ^4 || ^5 || ^6",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.18.0",
Expand Down

0 comments on commit 85b4d3a

Please sign in to comment.