Skip to content

Commit 90b03e6

Browse files
chore: rxjs as optional peer dependency
So that e.g. other eslint config packages can pull in this plugin without getting a warning about needing rxjs.
1 parent fd66879 commit 90b03e6

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
@@ -65,6 +65,11 @@
6565
"rxjs": ">=7.0.0",
6666
"typescript": ">=4.7.4"
6767
},
68+
"peerDependenciesMeta": {
69+
"rxjs": {
70+
"optional": true
71+
}
72+
},
6873
"devDependencies": {
6974
"@eslint/js": "^9.14.0",
7075
"@stylistic/eslint-plugin": "^2.10.1",

0 commit comments

Comments
 (0)