1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-01-17 20:58:22 +01:00
vanilla-todo/.stylelintrc.json

8 lines
183 B
JSON
Raw Normal View History

2020-10-20 17:27:16 +02:00
{
"extends": ["stylelint-config-standard", "stylelint-rscss/config"],
"rules": {
"property-no-vendor-prefix": null,
"selector-class-pattern": "[a-z\\-][a-z0-9\\-]+"
}
2020-10-20 17:27:16 +02:00
}