Skip to content

Commit

Permalink
Disable the jsx-a11y's accessible emoji rule
Browse files Browse the repository at this point in the history
This rule has been deprecated.

Ref: jsx-eslint/eslint-plugin-jsx-a11y#627
  • Loading branch information
ditsuke committed Jan 22, 2022
1 parent 83217f6 commit f27a859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"react/prop-types": 0,
"react/react-in-jsx-scope": 0,
"prettier/prettier": ["warn", {}, { "usePrettierrc": true }], // Use .prettierrc file as source
"jsx-a11y/accessible-emoji": "off",
"no-unused-vars": "warn",
"no-console": "off",
"func-names": "off",
Expand Down

0 comments on commit f27a859

Please sign in to comment.