Skip to content

Commit 018429b

Browse files
committed
❤️ linter
1 parent 2c25bea commit 018429b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3823,7 +3823,7 @@ namespace ts {
38233823
return undefined;
38243824
}
38253825

3826-
const { symbols, isMemberCompletion, isNewIdentifierLocation, location, isRightOfDot, isJsDocTagName } = completionData;
3826+
const { symbols, isMemberCompletion, isNewIdentifierLocation, location, isJsDocTagName } = completionData;
38273827

38283828
if (isJsDocTagName) {
38293829
// If the current position is a jsDoc tag name, only tag names should be provided for completion

0 commit comments

Comments
 (0)