Skip to content

Commit

Permalink
fix: allow callbacks bind (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatolich authored Aug 3, 2020
1 parent 682c13a commit f880b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/lint/.eslintrc.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
ignoreRefs: true,
allowArrowFunctions: false,
allowFunctions: false,
allowBind: false,
allowBind: true,
ignoreDOMComponents: false,
}],
'import/no-extraneous-dependencies': ['off'],
Expand Down

0 comments on commit f880b26

Please sign in to comment.