From: Jay Sitter Date: Sun, 25 Jun 2023 05:36:21 +0000 (-0400) Subject: chore(a11y): Remove now-passing jsx-a11y tests from exemptions X-Git-Url: http://these/git/%22https:/join-lemmy.org/static/%24%7Bargs.pageFn.prev%7D?a=commitdiff_plain;h=1c404c80d36521395b0a9fa548eb2031ae9ea9e0;p=lemmy-ui.git chore(a11y): Remove now-passing jsx-a11y tests from exemptions --- diff --git a/.eslintrc.json b/.eslintrc.json index f82e6b0..42c7b58 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,14 +21,10 @@ "@typescript-eslint/explicit-module-boundary-types": 0, "@typescript-eslint/no-empty-function": 0, "arrow-body-style": 0, - "jsx-a11y/alt-text": 1, "jsx-a11y/anchor-is-valid": 1, - "jsx-a11y/aria-activedescendant-has-tabindex": 1, "jsx-a11y/aria-role": 1, "jsx-a11y/click-events-have-key-events": 1, - "jsx-a11y/interactive-supports-focus": 1, "jsx-a11y/no-static-element-interactions": 1, - "jsx-a11y/role-has-required-aria-props": 1, "curly": 0, "eol-last": 0, "eqeqeq": 0,