mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 09:21:03 +01:00
09d8704f0f
Continuation of [46586] See #42594. Built from https://develop.svn.wordpress.org/trunk@46587 git-svn-id: http://core.svn.wordpress.org/trunk@46384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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
|
|
}
|
|
}
|