File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ const isSingleLineNode = (node, context) =>
3838 context . sourceCode . getLoc ( node ) . start . line === context . sourceCode . getLoc ( node ) . end . line ;
3939
4040/**
41- * Find a preceding uninitialized variable declaration that matches the assignment target.
42- * @param {import('estree').IfStatement } ifStatement
43- * @param {import('estree').Identifier } assignmentLeft
44- * @returns {import('estree').VariableDeclaration | undefined }
41+ Find a preceding uninitialized variable declaration that matches the assignment target.
42+ @param {import('estree').IfStatement } ifStatement
43+ @param {import('estree').Identifier } assignmentLeft
44+ @returns {import('estree').VariableDeclaration | undefined }
4545 */
4646function findPrecedingVariableDeclaration ( ifStatement , assignmentLeft ) {
4747 const { parent} = ifStatement ;
You can’t perform that action at this time.
0 commit comments