Skip to content

Commit c263d51

Browse files
committed
Add ESLint Stylistic as optional peer dependency
1 parent 98e9f2e commit c263d51

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,15 @@
5858
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5959
},
6060
"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",
6163
"eslint": "^8.57.0 || ^9.0.0",
62-
"vue-eslint-parser": "^10.0.0",
63-
"@typescript-eslint/parser": "^7.0.0 || ^8.0.0"
64+
"vue-eslint-parser": "^10.0.0"
6465
},
6566
"peerDependenciesMeta": {
67+
"@stylistic/eslint-plugin": {
68+
"optional": true
69+
},
6670
"@typescript-eslint/parser": {
6771
"optional": true
6872
}

0 commit comments

Comments
 (0)