owncast/web/.stylelintrc.json

7 lines
No EOL
134 B
JSON

{
"extends": "stylelint-config-standard-scss",
"rules": {
"selector-class-pattern": null,
"no-descending-specificity": null
}
}