mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-20 16:22:57 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user