Website/app/frontend/styles/.stylelintrc.json
Snoweuph cabf11cf88
All checks were successful
Quality Check / QS Backend (push) Successful in 19s
Quality Check / QS Mixed (push) Successful in 31s
Quality Check / QS Frontend (push) Successful in 38s
stuff
2024-07-27 22:52:32 +02:00

13 lines
316 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
}
}