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 adc4c92 commit b1be364Copy full SHA for b1be364
bun.lockb
8.74 KB
package.json
@@ -15,6 +15,7 @@
15
"preview": "astro preview",
16
"fix": "run-p fix:*",
17
"fix:fmt": "prettier -w .",
18
+ "fix:stylelint": "stylelint \"**/*.{astro,css}\" --fix",
19
"astro": "astro"
20
},
21
"dependencies": {
@@ -45,7 +46,7 @@
45
46
"prettier": "^3.5.3",
47
"prettier-plugin-astro": "^0.14.1",
48
"sharp": "^0.34.1",
- "stylelint": "^16.18.0",
49
+ "stylelint": "^16.25.0",
50
"stylelint-config-html": "^1.1.0",
51
"stylelint-config-recommended": "^17.0.0",
52
"stylelint-prettier": "^5.0.3",
0 commit comments