change eslint rules (we do not need roles since our site isn't suitable for any screenreader anyway)

This commit is contained in:
HF 2021-03-17 20:26:12 +01:00
parent 8bf875049b
commit 0ba31b5c21

View File

@ -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}]