Make a11y related lint rules more strict (#11372)
This commit is contained in:
parent
5152aad059
commit
93b66501f5
3 changed files with 8 additions and 6 deletions
|
@ -59,10 +59,6 @@ Cypress.Commands.overwrite(
|
|||
"color-contrast": {
|
||||
enabled: false,
|
||||
},
|
||||
// link-in-text-block also complains due to known contrast issues
|
||||
"link-in-text-block": {
|
||||
enabled: false,
|
||||
},
|
||||
...options.rules,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue