Administration/.stylelintrc.json
Snoweuph 96cfb0209a
Some checks failed
Quality Check / Linting (push) Successful in 23s
Build Application / build (push) Successful in 51s
Build Application / build-docker (push) Successful in 9s
Build Application / release (push) Failing after 2s
CHORE: setup
2025-02-02 16:06:25 +01:00

14 lines
349 B
JSON

{
"extends": "stylelint-config-standard-scss",
"plugins": [
"stylelint-scss"
],
"rules": {
"custom-property-empty-line-before": null,
"declaration-empty-line-before": null,
"media-feature-range-notation": null,
"import-notation": "string",
"scss/no-global-function-names": null,
"no-empty-source": null
}
}