Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e95423d

Browse filesBrowse files
authored
Merge branch 'main' into kh-fix-bug-with-methods
2 parents c485717 + 83f90f0 commit e95423d
Copy full SHA for e95423d

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎lib/configs/react.js

Copy file name to clipboardExpand all lines: lib/configs/react.js
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,13 @@ module.exports = {
2222
words: ['this', 'more', 'read here', 'read more'],
2323
},
2424
],
25+
'jsx-a11y/no-interactive-element-to-noninteractive-role': [
26+
'error',
27+
{
28+
tr: ['none', 'presentation'],
29+
td: ['cell'], // TODO: Remove once https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/937#issuecomment-1638128318 is addressed.
30+
canvas: ['img'],
31+
},
32+
],
2533
},
2634
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.