Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesitos committed May 30, 2021
1 parent 5f30c25 commit 9fdbd69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/ast.js
Expand Up @@ -66,6 +66,7 @@ function findReturnStatement(node) {
*
* @param {ASTNode} ASTNode The AST node being checked
* @param {function} enterFunc Function to execute for each returnStatement found
* @returns {undefined}
*/
function traverseReturns(ASTNode, enterFunc) {
const nodeType = ASTNode.type;
Expand Down

0 comments on commit 9fdbd69

Please sign in to comment.