mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-07-26 02:02:43 +00:00
⬆️ upgrade stylelint to v17
This commit is contained in:
+3
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user