mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-recommended-scss",
|
|
"stylelint-config-clean-order",
|
|
"stylelint-config-prettier-scss"
|
|
],
|
|
"rules": {
|
|
"no-empty-source": null,
|
|
"selector-pseudo-element-no-unknown": [
|
|
true,
|
|
{
|
|
"ignorePseudoElements": ["ng-deep"]
|
|
}
|
|
]
|
|
}
|
|
}
|