We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2e67ee + c484172 commit b298d87Copy full SHA for b298d87
src-ts/.eslintrc.js
@@ -99,6 +99,7 @@ module.exports = {
99
'prefer-single'
100
],
101
'jsx-a11y/click-events-have-key-events': 'warn',
102
+ 'jsx-a11y/no-noninteractive-element-interactions': 'warn',
103
'jsx-a11y/no-static-element-interactions': 'warn',
104
'jsx-a11y/tabindex-no-positive': [
105
'warn'
0 commit comments