mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
14 lines
449 B
JSON
14 lines
449 B
JSON
{
|
|
"processors": ["stylelint-processor-styled-components"],
|
|
"extends": ["stylelint-config-recommended", "stylelint-config-styled-components"],
|
|
"plugins": ["stylelint-order"],
|
|
"rules": {
|
|
"font-family-no-missing-generic-family-keyword": null,
|
|
"number-leading-zero": "always",
|
|
"order/properties-alphabetical-order": true,
|
|
"rule-empty-line-before": null,
|
|
"string-quotes": "single",
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|