mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
13 lines
281 B
Plaintext
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
|
|
}
|
|
} |