diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 3898d71..b256c4e 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -78,5 +78,7 @@ module.exports = { "@typescript-eslint/no-non-null-assertion": "off", "no-debugger": "off", // "no-console": ["error", { allow: ["warn", "error"] }] + "jsx-a11y/click-events-have-key-events": "off", + "jsx-a11y/no-static-element-interactions": "off", }, };