Skip to content

Commit

Permalink
feat: add eslint v5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 24, 2018
1 parent a0f3479 commit c103645
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ after_success:
- npm run travis-after-all
env:
matrix:
- ESLINT=5
- ESLINT=4
- ESLINT=3
matrix:
include:
- node_js: "node"
env: LINTONLY=true
exclude:
- node_js: "4"
env: ESLINT=5
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"codecov": "^2.2.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^3.12.0 || ^4.0.0",
"eslint": "^3.12.0 || ^4 || ^5",
"ghooks": "^2.0.0",
"mocha": "^3.0.1",
"npm-run-all": "^4.0.2",
Expand All @@ -60,7 +60,7 @@
"xo": "^0.18.2"
},
"peerDependencies": {
"eslint": "^3.12.0 || ^4.0.0"
"eslint": "^3.12.0 || ^4 || ^5"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit c103645

Please sign in to comment.