github.com-Vendicated-Vencord/.stylelintrc.json

13 lines
322 B
JSON
Raw Normal View History

2023-01-29 23:02:17 -05:00
{
"extends": "stylelint-config-standard",
"rules": {
2024-07-01 18:17:40 -04:00
"indentation": 4,
"selector-class-pattern": [
"^[a-z][a-zA-Z0-9]*(-[a-z0-9][a-zA-Z0-9]*)*$",
{
"message": "Expected class selector to be kebab-case with camelCase segments"
}
]
2023-01-29 23:02:17 -05:00
}
}