From 1c404c80d36521395b0a9fa548eb2031ae9ea9e0 Mon Sep 17 00:00:00 2001
From: Jay Sitter <jay@jaysitter.com>
Date: Sun, 25 Jun 2023 01:36:21 -0400
Subject: [PATCH] chore(a11y): Remove now-passing jsx-a11y tests from
 exemptions

---
 .eslintrc.json | 4 ----
 1 file changed, 4 deletions(-)

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,
-- 
2.44.1