Skip to content

Commit d66d635

Browse files
committed
Support @wordpress/eslint-plugin peer dependency up to 7.x.
1 parent b78e8a8 commit d66d635

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/eslint-config/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"eslintconfig",
1212
"config",
1313
"javascript",
14-
"coding standard"
14+
"coding",
15+
"standard"
1516
],
1617
"author": "required gmbh",
1718
"license": "GPL-2.0-or-later",
@@ -20,7 +21,7 @@
2021
},
2122
"homepage": "https://github.com/wearerequired/coding-standards/tree/master/packages/eslint-config#readme",
2223
"peerDependencies": {
23-
"@wordpress/eslint-plugin": "^6.0",
24+
"@wordpress/eslint-plugin": "^6.0 || ^7.0",
2425
"eslint": "^6.0 || ^7.0"
2526
},
2627
"publishConfig": {

0 commit comments

Comments
 (0)