mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-29 04:28:07 +01:00
8 lines
154 B
JSON
8 lines
154 B
JSON
|
{
|
||
|
"extends": "stylelint-config-wordpress",
|
||
|
"rules": {
|
||
|
"font-family-no-missing-generic-family-keyword": null,
|
||
|
"no-descending-specificity": null
|
||
|
}
|
||
|
}
|