strapi/.stylelintrc
soupette 8dcaf1b065 Fix styled compo lint
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-22 15:49:51 +02:00

13 lines
281 B
Plaintext

{
"processors": [
"stylelint-processor-styled-components"
],
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components"
],
"rules": {
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null
}
}