Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 3f1fb81

Browse files
committed
add deps to peerDependencies as well
1 parent 4a61440 commit 3f1fb81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
},
2222
"homepage": "https://github.com/kodansha/eslint-config",
2323
"peerDependencies": {
24+
"@typescript-eslint/eslint-plugin": "^4.14.0",
25+
"@typescript-eslint/parser": "^4.14.0",
26+
"eslint-config-prettier": "^7.2.0",
27+
"eslint-plugin-node": "^11.1.0",
28+
"eslint-plugin-react": "^7.22.0",
2429
"eslint": ">= 7",
2530
"typescript": ">=3.9"
2631
},

0 commit comments

Comments
 (0)