Bump stylelint to 15.10.2 and remove deprecated module (#1189)

- Bump stylelint and stylelint-config-standard libs to the latest versions (security fixes)
- Remove deprecated stylelint-config-prettier module
- Scan the classic style sheet with stylelint and prettier in the github workflow
- Address stylelint and prettier issues in the classic stylesheet
- Bump prettier to 3.0.0
This commit is contained in:
Daniel Markstedt
2023-07-28 22:53:12 -07:00
committed by GitHub
parent 34478d1bea
commit d3317e9702
5 changed files with 409 additions and 1772 deletions
+3 -4
View File
@@ -1,8 +1,7 @@
{
"devDependencies": {
"prettier": "2.7.1",
"stylelint": "^14.14.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^29.0.0"
"prettier": "3.0.0",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0"
}
}