Website/app/frontend/.stylelintrc.json
Snoweuph 6df6115d92
Some checks failed
Quality Check / QS Backend (push) Successful in 19s
Quality Check / QS Frontend (push) Failing after 39s
Quality Check / QS Mixed (push) Successful in 35s
NOTICKET: Switch to Symfony UX Svelte
2024-07-18 21:53:37 +02:00

15 lines
327 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
}
}