diff --git a/src/scripts/lint/.eslintrc.react.js b/src/scripts/lint/.eslintrc.react.js index 9fce7a7..8bed229 100644 --- a/src/scripts/lint/.eslintrc.react.js +++ b/src/scripts/lint/.eslintrc.react.js @@ -53,7 +53,7 @@ module.exports = { ignoreRefs: true, allowArrowFunctions: false, allowFunctions: false, - allowBind: false, + allowBind: true, ignoreDOMComponents: false, }], 'import/no-extraneous-dependencies': ['off'],