Skip to content

Commit

Permalink
[New] officially support eslint 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 4, 2020
1 parent c629186 commit 6a110dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -67,7 +67,7 @@
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"cross-env": "^4.0.0",
"eslint": "2.x - 6.x",
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.0.0-0",
"eslint-import-resolver-node": "file:./resolvers/node",
"eslint-import-resolver-typescript": "^1.0.2",
"eslint-import-resolver-webpack": "file:./resolvers/webpack",
Expand All @@ -88,7 +88,7 @@
"typescript-eslint-parser": "^22.0.0"
},
"peerDependencies": {
"eslint": "2.x - 6.x"
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.0.0-0"
},
"dependencies": {
"array-includes": "^3.0.3",
Expand Down

0 comments on commit 6a110dd

Please sign in to comment.