Skip to content

Commit 4590c55

Browse files
authored
refactor: reorganize peerDependencies in package.json
> ./packages/stylelint/package.json ⚠ prefer-property-order - node: - Your package.json properties are not in the desired order. Please move "peerDependencies" after "devDependencies".
1 parent 83ac458 commit 4590c55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/stylelint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
"copy:readme": "cpr README.md ../../build-outputs/stylelint/README.md -o",
3030
"test": "vitest run --config vitest.config.ts"
3131
},
32-
"peerDependencies": {
33-
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
34-
},
3532
"devDependencies": {
3633
"postcss": "8.5.6",
3734
"postcss-html": "1.8.0",
@@ -41,6 +38,9 @@
4138
"typescript": "5.8.3",
4239
"vitest": "3.2.4"
4340
},
41+
"peerDependencies": {
42+
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
43+
},
4444
"publishConfig": {
4545
"registry": "https://registry.npmjs.org/",
4646
"access": "public"

0 commit comments

Comments
 (0)