Skip to content

Commit b298d87

Browse files
Merge pull request #418 from topcoder-platform/TCA-499_eslint
TCA-499 jsx-a11y/no-noninteractive-element-interactions warn -> dev
2 parents e2e67ee + c484172 commit b298d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-ts/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ module.exports = {
9999
'prefer-single'
100100
],
101101
'jsx-a11y/click-events-have-key-events': 'warn',
102+
'jsx-a11y/no-noninteractive-element-interactions': 'warn',
102103
'jsx-a11y/no-static-element-interactions': 'warn',
103104
'jsx-a11y/tabindex-no-positive': [
104105
'warn'

0 commit comments

Comments
 (0)