Skip to content

Commit

Permalink
disable a couple of jsx-a11y rules by default. (clickable divs)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogie committed Feb 26, 2024
1 parent 783d067 commit abcce3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
};

0 comments on commit abcce3f

Please sign in to comment.