From 3140fbcf76d05417cda2265a7f3103d05b24e5a0 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Thu, 1 Apr 2021 16:46:39 +0300 Subject: [PATCH] remove few eslint ignores --- .eslintrc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 8cf105d..ad3c072 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -53,8 +53,6 @@ "react/no-array-index-key": "off", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", - "jsx-a11y/alt-text": "off", - "jsx-a11y/iframe-has-title": "off", "jsx-a11y/label-has-associated-control": "off", "jsx-a11y/click-events-have-key-events": "off", "jsx-a11y/no-noninteractive-element-interactions": "off",