RASCSI/python/web/.stylelintrc.json
Daniel Markstedt d3317e9702
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
2023-07-28 22:53:12 -07:00

8 lines
150 B
JSON

{
"extends": ["stylelint-config-standard"],
"rules": {
"no-descending-specificity": null,
"media-feature-range-notation": "prefix"
}
}