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.
jsx-a11y/accessible-emoji
1 parent 05c3bb0 commit 8996aa7Copy full SHA for 8996aa7
packages/eslint-config-airbnb/rules/react-a11y.js
@@ -178,10 +178,6 @@ module.exports = {
178
]
179
}],
180
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
-
185
// elements with aria-activedescendant must be tabbable
186
// https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-activedescendant-has-tabindex.md
187
'jsx-a11y/aria-activedescendant-has-tabindex': 'error',
0 commit comments