We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsx-no-bind
warn
error
1 parent 13b90c5 commit c570c76Copy full SHA for c570c76
1 file changed
react.js
@@ -45,7 +45,7 @@ const config = {
45
'react/jsx-filename-extension': ['warn', { extensions: ['.tsx', '.jsx'] }],
46
'react/jsx-fragments': 'error',
47
'react/jsx-handler-names': 'error',
48
- 'react/jsx-no-bind': 'error',
+ 'react/jsx-no-bind': 'warn',
49
'react/jsx-no-script-url': 'error',
50
'react/jsx-no-useless-fragment': 'error',
51
'react/jsx-pascal-case': 'error',
0 commit comments