Website/app/.stylelintrc.json
2024-04-22 21:19:59 +02:00

13 lines
No EOL
310 B
JSON

{
"extends": "stylelint-config-standard",
"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
}
}