mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
9 lines
No EOL
227 B
JSON
9 lines
No EOL
227 B
JSON
{
|
|
"extends": "stylelint-config-standard-scss",
|
|
"rules": {
|
|
"selector-class-pattern": null,
|
|
"no-descending-specificity": null,
|
|
"selector-pseudo-class-no-unknown": null,
|
|
"scss/at-extend-no-missing-placeholder": null
|
|
}
|
|
} |