Skip to content

Commit c570c76

Browse files
authored
feat(react): make jsx-no-bind warn instead of error (#75)
1 parent 13b90c5 commit c570c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config = {
4545
'react/jsx-filename-extension': ['warn', { extensions: ['.tsx', '.jsx'] }],
4646
'react/jsx-fragments': 'error',
4747
'react/jsx-handler-names': 'error',
48-
'react/jsx-no-bind': 'error',
48+
'react/jsx-no-bind': 'warn',
4949
'react/jsx-no-script-url': 'error',
5050
'react/jsx-no-useless-fragment': 'error',
5151
'react/jsx-pascal-case': 'error',

0 commit comments

Comments
 (0)