Skip to content

Commit

Permalink
fix: Disable react/jsx-no-bind (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-dsz authored Jun 25, 2019
1 parent 6137dd0 commit 45f55c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ module.exports = {
'react/jsx-handler-names': 'off', // 'error',
'react/jsx-key': 'error',
'react/jsx-max-props-per-line': 'off',
'react/jsx-no-bind': 'error',
'react/jsx-no-bind': 'off',
'react/jsx-no-duplicate-props': 'error',
'react/jsx-no-literals': 'off',
'react/jsx-no-target-blank': 'error',
Expand Down

0 comments on commit 45f55c6

Please sign in to comment.