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 ce94759 commit 33e30c8Copy full SHA for 33e30c8
1 file changed
lib/util/makeNoMethodSetStateRule.js
@@ -55,6 +55,7 @@ module.exports = function makeNoMethodSetStateRule(methodName, shouldCheckUnsafe
55
meta: {
56
docs: {
57
description: `Disallow usage of setState in ${methodName}`,
58
+ category: 'Best Practices',
59
recommended: false,
60
url: docsUrl(mapTitle(methodName)),
61
},
0 commit comments