mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-17 14:59:18 +02:00
13 lines
269 B
JSON
13 lines
269 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
|
|
}
|
|
}
|