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 ef18995 commit cf71b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
os:
- linux
node_js:
- "14"
- "12"
- "10"
- "8"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"babel-preset-env": "^1.7.0",
"babylon": "^6.18.0",
"coveralls": "^3.0.4",
"eslint": "^6.0.0",
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"flow-parser": "^0.102.0",
Expand Down

0 comments on commit cf71b0f

Please sign in to comment.