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 ab834c8 commit 2f0dda4Copy full SHA for 2f0dda4
.eslintrc.js
@@ -3,5 +3,6 @@ module.exports = {
3
extends: '@react-native-community',
4
rules: {
5
semi: 'off',
6
+ 'react/jsx-no-bind': [2],
7
},
8
};
0 commit comments