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

Commit 3fc1693

Browse files
committed
fix: make the plugins peerDependencies
so host packages can configure as needed
1 parent 6a0f0a2 commit 3fc1693

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

package-lock.json

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
],
1818
"author": "Nordic Semiconductor ASA | nordicsemi.no",
1919
"license": "BSD-3-Clause",
20-
"dependencies": {
20+
"peerDependencies": {
2121
"eslint-config-prettier": "9.0.0",
2222
"eslint-plugin-import": "2.28.1",
2323
"eslint-plugin-prefer-arrow": "1.2.3",
24-
"eslint-plugin-unicorn": "48.0.1"
25-
},
26-
"peerDependencies": {
24+
"eslint-plugin-unicorn": "48.0.1",
2725
"@typescript-eslint/eslint-plugin": "6.7.3"
2826
},
2927
"devDependencies": {

0 commit comments

Comments
 (0)