File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
packages/eslint-config-react-app Expand file tree Collapse file tree 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
3636
3737The 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 )
Original file line number Diff line number Diff 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' : [
You can’t perform that action at this time.
0 commit comments