Skip to content

Commit 20a6c45

Browse files
committed
Fix lint issue
1 parent 30cf0d9 commit 20a6c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/configs/react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
'error',
2727
{
2828
tr: ['none', 'presentation'],
29-
td: ['cell'], // TODO: Remove once https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/937#issuecomment-1638128318 is addressed.
29+
td: ['cell'], // TODO: Remove once https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/937#issuecomment-1638128318 is addressed.
3030
canvas: ['img'],
3131
},
3232
],

0 commit comments

Comments
 (0)