EMS/.stylelintrc.json
Dominik Säume a333400673
All checks were successful
Quality Check / Linting (push) Successful in 22s
Initalize Project
2024-12-18 10:50:56 +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
}
}