Skip to content

Commit

Permalink
Merge pull request #298 from humanmade/add-eslint-v8-support
Browse files Browse the repository at this point in the history
Add `eslint` v8 `peerDependencies` support
  • Loading branch information
ntwb authored Sep 16, 2022
2 parents ba2cd1f + e7529c2 commit 9e40d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-humanmade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"babel-eslint": "^10.0.0",
"eslint": "^5.10.0 || ^6.0.0 || ^7.0.0",
"eslint": "^5.10.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
Expand Down

0 comments on commit 9e40d14

Please sign in to comment.