Skip to content

Commit 2c2e224

Browse files
authored
fix: remove deprecated rule (#9401)
1 parent 5bd6e73 commit 2c2e224

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/eslint-config-react-app/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ That's it! You can override the settings from `eslint-config-react-app` by editi
3636

3737
The following rules from the [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) plugin are activated:
3838

39-
- [accessible-emoji](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/accessible-emoji.md)
4039
- [alt-text](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/alt-text.md)
4140
- [anchor-has-content](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-has-content.md)
4241
- [aria-activedescendant-has-tabindex](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-activedescendant-has-tabindex.md)

packages/eslint-config-react-app/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ module.exports = {
284284
'react/style-prop-object': 'warn',
285285

286286
// https://github.com/evcohen/eslint-plugin-jsx-a11y/tree/master/docs/rules
287-
'jsx-a11y/accessible-emoji': 'warn',
288287
'jsx-a11y/alt-text': 'warn',
289288
'jsx-a11y/anchor-has-content': 'warn',
290289
'jsx-a11y/anchor-is-valid': [

0 commit comments

Comments
 (0)