Skip to content

Commit 90774f0

Browse files
feat: disable react/jsx-no-bind (#202)
1 parent aa7fa64 commit 90774f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ module.exports = {
187187
'react/jsx-curly-brace-presence': 'error',
188188
'react/jsx-fragments': ['error', 'syntax'],
189189
'react/jsx-key': 'error',
190-
'react/jsx-no-bind': ['error', { ignoreRefs: true, ignoreDOMComponents: true }],
190+
'react/jsx-no-bind': 'off',
191191
'react/jsx-no-comment-textnodes': 'error',
192192
'react/jsx-no-target-blank': 'error',
193193
'react/no-access-state-in-setstate': 'error',

0 commit comments

Comments
 (0)