1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-01-16 20:28:22 +01:00
vanilla-todo/.stylelintrc.json
2024-12-31 13:08:50 +01:00

7 lines
134 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"selector-class-pattern": "^[\\-_]?([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
}
}