Skip to content

Commit

Permalink
disable jsx-a11y/accessible-emoji (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
sooinc authored Nov 18, 2020
1 parent af38794 commit 84d9add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ module.exports = {

// These rules have been deprecated in their plugins but not yet removed from presets
'jsx-a11y/label-has-for': 'off',
'jsx-a11y/accessible-emoji': 'off',

// These style rules conflict with Prettier but aren't disabled by its plugins
'@typescript-eslint/quotes': 'off',
Expand Down

0 comments on commit 84d9add

Please sign in to comment.