Add the stylelint-a11y package
This commit is contained in:
parent
d405f8c947
commit
9759033a12
3 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"extends": ["stylelint-config-standard", "stylelint-a11y/recommended"],
|
||||
"rules": {
|
||||
"indentation": 4
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue