Skip to content

Commit 2d72f88

Browse files
committed
Fix accidentally commited test param descriptions
1 parent 03c4fc1 commit 2d72f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/util/makeNoMethodSetStateRule.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ function shouldBeNoop(context, methodName) {
4646

4747
// eslint-disable-next-line valid-jsdoc
4848
/**
49-
* @param {string} methodName Yay
50-
* @param {(context: import('eslint').Rule.RuleContext) => boolean} [shouldCheckUnsafeCb] Yay
49+
* @param {string} methodName
50+
* @param {(context: import('eslint').Rule.RuleContext) => boolean} [shouldCheckUnsafeCb]
5151
* @returns {import('eslint').Rule.RuleModule}
5252
*/
5353
module.exports = function makeNoMethodSetStateRule(methodName, shouldCheckUnsafeCb) {

0 commit comments

Comments
 (0)