Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 87edc10

Browse files
committed
fix(react): remove unnecessary rule override
1 parent 8021295 commit 87edc10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/eslint-config-react/native.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ module.exports = {
3838
'native.jsx': 'never',
3939
},
4040
],
41-
// https://github.com/evcohen/eslint-plugin-jsx-a11y
42-
'jsx-a11y/accessible-emoji': 'off',
4341
// https://github.com/Intellicode/eslint-plugin-react-native
4442
'react-native/no-color-literals': 'error',
4543
'react-native/no-inline-styles': 'error',

0 commit comments

Comments
 (0)