Skip to content

Commit

Permalink
Remove deprecated emoji rule (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallee authored Feb 9, 2021
1 parent 7c03805 commit 558c4f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions eslint-react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ module.exports = {
// https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/757
'jsx-a11y/no-onchange': 'off',

// Deprecated rule due to improved browser support.
// https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/713
'jsx-a11y/accessible-emoji': 'off',

'jsx-quotes': [
'error',
'prefer-double',
Expand Down
2 changes: 1 addition & 1 deletion eslint-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eslint-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quartz/eslint-config-react",
"version": "1.1.5",
"version": "1.1.6",
"description": "",
"repository": "https://github.com/Quartz/lint",
"main": "index.js",
Expand Down

0 comments on commit 558c4f3

Please sign in to comment.