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
150 B
JSON
8 lines
150 B
JSON
{
|
|
"extends": ["stylelint-config-standard"],
|
|
"rules": {
|
|
"no-descending-specificity": null,
|
|
"media-feature-range-notation": "prefix"
|
|
}
|
|
}
|