Skip to content

Commit 2f0dda4

Browse files
committed
chore: add eslint rule no-bind
1 parent ab834c8 commit 2f0dda4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ module.exports = {
33
extends: '@react-native-community',
44
rules: {
55
semi: 'off',
6+
'react/jsx-no-bind': [2],
67
},
78
};

0 commit comments

Comments
 (0)