Skip to content

Commit

Permalink
#290 Temporarily disable eslint no-undef rule
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki-yama committed Feb 8, 2019
1 parent 73d80f7 commit 42b9b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
'rules': {
'jsx-quotes': [2, 'prefer-single'],
'no-nested-ternary': 0,
'no-undef': 0,
'react/jsx-curly-spacing': 0,
'react/no-multi-comp': 0,
'react/jsx-no-bind': 0,
Expand Down

0 comments on commit 42b9b0d

Please sign in to comment.