mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
13 lines
281 B
JSON
13 lines
281 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"stylelint-config-wordpress"
|
||
|
],
|
||
|
"plugins": ["stylelint-a11y"],
|
||
|
"rules": {
|
||
|
"font-family-no-missing-generic-family-keyword": null,
|
||
|
"no-descending-specificity": null,
|
||
|
"a11y/no-outline-none": true,
|
||
|
"a11y/selector-pseudo-class-focus": true
|
||
|
}
|
||
|
}
|