mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
d3317e9702
- 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
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"devDependencies": {
|
|
"prettier": "3.0.0",
|
|
"stylelint": "^15.10.2",
|
|
"stylelint-config-standard": "^34.0.0"
|
|
}
|
|
}
|