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 8, 2020
1 parent f99a00e commit 507a93f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ language: node_js
notifications:
email: false
node_js:
- '12'
- '10'
- '8'
- 14
- 12
- 10
before_install:
- nvm install-latest-npm
before_script:
Expand All @@ -18,6 +18,7 @@ after_success:
- npm run travis-after-all
env:
matrix:
- ESLINT=7
- ESLINT=6
- ESLINT=5 AJV=6
- ESLINT=4 AJV=5
Expand All @@ -26,6 +27,14 @@ matrix:
include:
- node_js: "node"
env: LINTONLY=true
- node_js: 8
env: ESLINT=6
- node_js: 8
env: ESLINT=5 AJV=6
- node_js: 8
env: ESLINT=4 AJV=5
- node_js: 8
env: ESLINT=3
- node_js: "6"
env: ESLINT=5 AJV=5
- node_js: "6"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,7 +47,7 @@
"codecov": "^2.2.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^3.12.0 || ^4 || ^5 || ^6",
"eslint": "^3.12.0 || ^4 || ^5 || ^6 || ^7",
"eslint-plugin-json": "^1.4.0",
"ghooks": "^2.0.0",
"mocha": "^3.0.1",
Expand All @@ -61,7 +61,7 @@
"validate-commit-msg": "^2.12.2"
},
"peerDependencies": {
"eslint": "^3.12.0 || ^4 || ^5 || ^6"
"eslint": "^3.12.0 || ^4 || ^5 || ^6 || ^7"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit 507a93f

Please sign in to comment.