Skip to content

Commit

Permalink
[eslint config] [patch] remove deprecated jsx-a11y/accessible-emoji
Browse files Browse the repository at this point in the history
… rule
  • Loading branch information
k-yle authored and ljharb committed Oct 26, 2020
1 parent 05c3bb0 commit 8996aa7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/eslint-config-airbnb/rules/react-a11y.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ module.exports = {
]
}],

// ensure emoji are accessible
// https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/accessible-emoji.md
'jsx-a11y/accessible-emoji': 'error',

// elements with aria-activedescendant must be tabbable
// https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-activedescendant-has-tabindex.md
'jsx-a11y/aria-activedescendant-has-tabindex': 'error',
Expand Down

0 comments on commit 8996aa7

Please sign in to comment.