Skip to content

Commit 8996aa7

Browse files
k-yleljharb
authored andcommitted
[eslint config] [patch] remove deprecated jsx-a11y/accessible-emoji rule
1 parent 05c3bb0 commit 8996aa7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/eslint-config-airbnb/rules/react-a11y.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ module.exports = {
178178
]
179179
}],
180180

181-
// ensure emoji are accessible
182-
// https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/accessible-emoji.md
183-
'jsx-a11y/accessible-emoji': 'error',
184-
185181
// elements with aria-activedescendant must be tabbable
186182
// https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-activedescendant-has-tabindex.md
187183
'jsx-a11y/aria-activedescendant-has-tabindex': 'error',

0 commit comments

Comments
 (0)