Skip to content

Commit

Permalink
[New] support eslint v7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 7, 2020
1 parent b9d2eb5 commit 46f6c58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -20,6 +20,7 @@ env:
global:
- TEST=true
matrix:
- ESLINT=7.0.0-rc.0
- ESLINT=6
- ESLINT=5
- ESLINT=4
Expand All @@ -39,5 +40,11 @@ matrix:
env: ESLINT=6
- node_js: '6'
env: ESLINT=6
- node_js: '4'
env: ESLINT=7.0.0-rc.0
- node_js: '6'
env: ESLINT=7.0.0-rc.0
- node_js: '8'
env: ESLINT=7.0.0-rc.0
allow_failures:
- node_js: '11'
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,7 +47,7 @@
"@typescript-eslint/parser": "^2.24.0",
"babel-eslint": "^8.2.6",
"coveralls": "^3.0.9",
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-rc.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-import": "^2.20.1",
Expand All @@ -60,7 +60,7 @@
"typescript-eslint-parser": "^20.1.1"
},
"peerDependencies": {
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-rc.0"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 46f6c58

Please sign in to comment.