Skip to content

Commit 569f0b2

Browse files
committed
❤️ linter
1 parent 909e0b1 commit 569f0b2

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
@@ -3819,7 +3819,7 @@ namespace ts {
38193819
return undefined;
38203820
}
38213821

3822-
const { symbols, isMemberCompletion, isNewIdentifierLocation, location, isRightOfDot, isJsDocTagName } = completionData;
3822+
const { symbols, isMemberCompletion, isNewIdentifierLocation, location, isJsDocTagName } = completionData;
38233823

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

0 commit comments

Comments
 (0)