Skip to content

Commit

Permalink
feat: disable react/jsx-no-bind (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerybugakov committed May 12, 2021
1 parent aa7fa64 commit 90774f0
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 @@ -187,7 +187,7 @@ module.exports = {
'react/jsx-curly-brace-presence': 'error',
'react/jsx-fragments': ['error', 'syntax'],
'react/jsx-key': 'error',
'react/jsx-no-bind': ['error', { ignoreRefs: true, ignoreDOMComponents: true }],
'react/jsx-no-bind': 'off',
'react/jsx-no-comment-textnodes': 'error',
'react/jsx-no-target-blank': 'error',
'react/no-access-state-in-setstate': 'error',
Expand Down

0 comments on commit 90774f0

Please sign in to comment.