We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsx-a11y/accessible-emoji
1 parent eee79a5 commit e5de51eCopy full SHA for e5de51e
packages/eslint-config-airbnb/rules/react-a11y.js
@@ -178,6 +178,11 @@ 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
+ // disabled; rule is deprecated
184
+ 'jsx-a11y/accessible-emoji': 'off',
185
+
186
// elements with aria-activedescendant must be tabbable
187
// https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-activedescendant-has-tabindex.md
188
'jsx-a11y/aria-activedescendant-has-tabindex': 'error',
0 commit comments