Skip to content

Commit 0259d01

Browse files
committed
remove jsdoc type annotation from fixer-return
1 parent 9a6060c commit 0259d01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/rules/fixer-return.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ const rule: Rule.RuleModule = {
5656
* As we exit the fix() function, ensure we have returned or yielded a real fix by this point.
5757
* If not, report the function as a violation.
5858
*
59-
* @param {ASTNode} node - A node to check.
60-
* @param {Location} loc - Optional location to report violation on.
61-
* @returns {void}
59+
* @param node - A node to check.
60+
* @param loc - Optional location to report violation on.
6261
*/
6362
function ensureFunctionReturnedFix(
6463
node: ArrowFunctionExpression | FunctionExpression,

0 commit comments

Comments
 (0)