mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
7 lines
No EOL
226 B
Text
7 lines
No EOL
226 B
Text
{
|
|
"processors": ["stylelint-processor-styled-components"],
|
|
"extends": ["stylelint-config-standard", "stylelint-config-styled-components", "stylelint-prettier/recommended"],
|
|
"rules": {
|
|
"value-keyword-case": null
|
|
}
|
|
} |