Skip to content

Commit e8f38b6

Browse files
authored
Support ESLint v6 & v7 in peerDependencies
1 parent e01865a commit e8f38b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-humanmade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"babel-eslint": "^10.0.0",
47-
"eslint": "^5.10.0",
47+
"eslint": "^5.10.0 || ^6.0.0 || ^7.0.0"
4848
"eslint-config-react-app": "^3.0.5",
4949
"eslint-plugin-flowtype": "^3.2.0",
5050
"eslint-plugin-import": "^2.14.0",

0 commit comments

Comments
 (0)