⬆️ upgrade stylelint to v17

This commit is contained in:
StarHeartHunt
2026-07-25 15:24:11 +08:00
parent e11f21c678
commit 5edf14b724
5 changed files with 364 additions and 434 deletions
+3 -4
View File
@@ -15,7 +15,7 @@
"lint:js": "eslint --cache --report-unused-disable-directives \"**/*.{js,jsx,ts,tsx,mjs}\"",
"lint:js:fix": "pnpm lint:js --fix",
"lint:style": "stylelint \"**/*.css\"",
"lint:style:fix": "stylelint --fix \"**/*.css\"",
"lint:style:fix": "pnpm lint:style --fix",
"pyright": "pyright"
},
"devDependencies": {
@@ -33,8 +33,7 @@
"jiti": "^2.7.0",
"prettier": "^3.0.3",
"pyright": "1.1.393",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.0.2"
"stylelint": "^17.12.0",
"stylelint-config-standard": "^40.0.0"
}
}