Skip to content

Commit

Permalink
Merge pull request #13 from inthepocket/bugfix/8-a11y-error-for-react…
Browse files Browse the repository at this point in the history
…-native

fix(eslint): disable accessible-emoji rule for RN projects
  • Loading branch information
easybird authored Nov 19, 2018
2 parents 5203544 + 1f3e7d1 commit f60ddbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
].filter(Boolean),
parser: ifAnyDep(['babel-cli', 'babel-core', 'babel-eslint', 'babel-loader'], 'babel-eslint'),
rules: {
...ifAnyDep('react-native', { 'jsx-a11y/accessible-emoji': 'off' }),
'no-use-before-define': [
'error',
{
Expand Down

0 comments on commit f60ddbe

Please sign in to comment.