mirror of
https://github.com/strapi/strapi.git
synced 2025-09-17 12:27:33 +00:00
22 lines
409 B
Plaintext
22 lines
409 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,
|
|
"selector-type-no-unknown": [
|
|
null,
|
|
{
|
|
"ignore": [
|
|
"custom-elements"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|