File tree 2 files changed +0
-2
lines changed
packages/eslint-config-react-app
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ That's it! You can override the settings from `eslint-config-react-app` by editi
36
36
37
37
The following rules from the [ eslint-plugin-jsx-a11y] ( https://github.com/evcohen/eslint-plugin-jsx-a11y ) plugin are activated:
38
38
39
- - [ accessible-emoji] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/accessible-emoji.md )
40
39
- [ alt-text] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/alt-text.md )
41
40
- [ anchor-has-content] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-has-content.md )
42
41
- [ aria-activedescendant-has-tabindex] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-activedescendant-has-tabindex.md )
Original file line number Diff line number Diff line change @@ -284,7 +284,6 @@ module.exports = {
284
284
'react/style-prop-object' : 'warn' ,
285
285
286
286
// https://github.com/evcohen/eslint-plugin-jsx-a11y/tree/master/docs/rules
287
- 'jsx-a11y/accessible-emoji' : 'warn' ,
288
287
'jsx-a11y/alt-text' : 'warn' ,
289
288
'jsx-a11y/anchor-has-content' : 'warn' ,
290
289
'jsx-a11y/anchor-is-valid' : [
You can’t perform that action at this time.
0 commit comments