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 5ab68d4 commit a1d725aCopy full SHA for a1d725a
rules/react.js
@@ -4,5 +4,6 @@ module.exports = {
4
'react/no-danger': ['off'],
5
'react/display-name': ['off'],
6
'react/jsx-key': ['error'],
7
+ 'react/jsx-no-bind': ['error'],
8
},
9
};
0 commit comments