We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b09f2 commit 4ae3644Copy full SHA for 4ae3644
package.json
@@ -58,11 +58,15 @@
58
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
59
},
60
"peerDependencies": {
61
+ "@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
62
+ "@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
63
"eslint": "^8.57.0 || ^9.0.0",
- "vue-eslint-parser": "^10.0.0",
- "@typescript-eslint/parser": "^7.0.0 || ^8.0.0"
64
+ "vue-eslint-parser": "^10.0.0"
65
66
"peerDependenciesMeta": {
67
+ "@stylistic/eslint-plugin": {
68
+ "optional": true
69
+ },
70
"@typescript-eslint/parser": {
71
"optional": true
72
}
0 commit comments