1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Make a11y related lint rules more strict (#11372)

This commit is contained in:
Michael Telatynski
2023-08-07 08:57:12 +01:00
committed by GitHub
parent 5152aad059
commit 93b66501f5
3 changed files with 8 additions and 6 deletions

View File

@ -109,7 +109,6 @@ module.exports = {
"jsx-a11y/no-noninteractive-tabindex": "off",
"jsx-a11y/no-static-element-interactions": "off",
"jsx-a11y/role-supports-aria-props": "off",
"jsx-a11y/tabindex-no-positive": "off",
"matrix-org/require-copyright-header": "error",
},