From 0ba31b5c212778a2bef6edc0ce4a0cddbe647c2a Mon Sep 17 00:00:00 2001 From: HF Date: Wed, 17 Mar 2021 20:26:12 +0100 Subject: [PATCH] change eslint rules (we do not need roles since our site isn't suitable for any screenreader anyway) --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 8b769b3f..16f934a3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -30,6 +30,7 @@ "react/jsx-one-expression-per-line": "off", "react/jsx-closing-tag-location":"off", "jsx-a11y/click-events-have-key-events":"off", + "jsx-a11y/no-static-element-interactions":"off", "no-continue": "off", "no-multiple-empty-lines": "off", "lines-between-class-members":["warn", "always",{"exceptAfterSingleLine": true}]