mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
8 lines
No EOL
178 B
JSON
8 lines
No EOL
178 B
JSON
{
|
|
"extends": "stylelint-config-standard-scss",
|
|
"rules": {
|
|
"selector-class-pattern": null,
|
|
"no-descending-specificity": null,
|
|
"selector-pseudo-class-no-unknown": null
|
|
}
|
|
} |