diff --git a/.eslintrc.json b/.eslintrc.json index 8b769b3..16f934a 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}]