dashboard-ui/.stylelintrc.json
l4kr 0116d4ae7f
Some checks failed
Lint / lint (pull_request) Failing after 16s
acid testing
2023-09-13 16:13:57 +02:00

7 lines
136 B
JSON

{
"extends": "stylelint-config-twbs-bootstrap/scss",
"rules": {
"selector-class-pattern": "^[_a-z][a-z0-9_\\-]*[a-z0-9]$"
}
}