Skip to content

Commit b1be364

Browse files
committed
update stylelint
1 parent adc4c92 commit b1be364

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bun.lockb

8.74 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"preview": "astro preview",
1616
"fix": "run-p fix:*",
1717
"fix:fmt": "prettier -w .",
18+
"fix:stylelint": "stylelint \"**/*.{astro,css}\" --fix",
1819
"astro": "astro"
1920
},
2021
"dependencies": {
@@ -45,7 +46,7 @@
4546
"prettier": "^3.5.3",
4647
"prettier-plugin-astro": "^0.14.1",
4748
"sharp": "^0.34.1",
48-
"stylelint": "^16.18.0",
49+
"stylelint": "^16.25.0",
4950
"stylelint-config-html": "^1.1.0",
5051
"stylelint-config-recommended": "^17.0.0",
5152
"stylelint-prettier": "^5.0.3",

0 commit comments

Comments
 (0)