We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6499695 commit 2d45155Copy full SHA for 2d45155
packages/eslint-config-airbnb/rules/react.js
@@ -109,7 +109,7 @@ module.exports = {
109
// https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md
110
'react/jsx-no-bind': ['error', {
111
ignoreRefs: true,
112
- allowArrowFunctions: true,
+ allowArrowFunctions: false,
113
allowFunctions: false,
114
allowBind: false,
115
ignoreDOMComponents: true,
0 commit comments