Skip to content

Commit 849b30f

Browse files
committed
build: mark eslint plugins as optional peer dependencies
1 parent b30d48b commit 849b30f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,20 @@
4949
"eslint-plugin-no-only-tests": "^3.3.0",
5050
"eslint-plugin-vuejs-accessibility": "^2.0.0"
5151
},
52+
"peerDependenciesMeta": {
53+
"eslint-plugin-jest": {
54+
"optional": true
55+
},
56+
"eslint-plugin-no-only-tests": {
57+
"optional": true
58+
},
59+
"@vitest/eslint-plugin": {
60+
"optional": true
61+
},
62+
"eslint-plugin-vuejs-accessibility": {
63+
"optional": true
64+
}
65+
},
5266
"dependencies": {
5367
"@clack/prompts": "^0.11.0",
5468
"@eslint/eslintrc": "^3.3.1",

0 commit comments

Comments
 (0)