EMS/.stylelintrc.json

15 lines
349 B
JSON
Raw Permalink Normal View History

2024-12-18 09:35:34 +01:00
{
"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
}
}