Administration/.stylelintrc.json
Snoweuph 23b18912c7
Some checks failed
Build Application / build (push) Failing after 10s
Build Application / build-docker (push) Has been skipped
Build Application / release (push) Has been skipped
Quality Check / Linting (push) Successful in 22s
CHORE: setup
2025-02-02 15:52:33 +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
}
}