2022-11-13 22:45:10 +01:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"stylelint-config-standard-scss",
|
|
|
|
"stylelint-config-prettier-scss"
|
|
|
|
],
|
|
|
|
"rules": {
|
2024-08-20 12:11:39 +02:00
|
|
|
"max-empty-lines": 1,
|
|
|
|
"color-function-notation": null,
|
|
|
|
"no-descending-specificity": null,
|
|
|
|
"selector-class-pattern": null
|
2022-11-13 22:45:10 +01:00
|
|
|
}
|
|
|
|
}
|