Skip to content

Commit

Permalink
validator-eslint: support eslint ^7.0.0 in devDeps and peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 10, 2023
1 parent 7abd24c commit 00548ba
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 498 deletions.
4 changes: 2 additions & 2 deletions packages/validators/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"chalk": "^4.1.0"
},
"devDependencies": {
"eslint": "^6.0.0"
"eslint": "^6.0.0 || ^7.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0"
"eslint": "^6.0.0 || ^7.0.0"
}
}
Loading

0 comments on commit 00548ba

Please sign in to comment.