mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-01-17 12:48:15 +01:00
8 lines
183 B
JSON
8 lines
183 B
JSON
{
|
|
"extends": ["stylelint-config-standard", "stylelint-rscss/config"],
|
|
"rules": {
|
|
"property-no-vendor-prefix": null,
|
|
"selector-class-pattern": "[a-z\\-][a-z0-9\\-]+"
|
|
}
|
|
}
|