Skip to content

Commit c8c1362

Browse files
committed
fixing lint error
1 parent abb5c07 commit c8c1362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/completions.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ import {
5858
find,
5959
findAncestor,
6060
findChildOfKind,
61-
findPrecedingToken,
6261
findNextToken,
62+
findPrecedingToken,
6363
first,
6464
firstDefined,
6565
flatMap,
@@ -204,9 +204,9 @@ import {
204204
isPrivateIdentifier,
205205
isPrivateIdentifierClassElementDeclaration,
206206
isPropertyAccessExpression,
207+
isPropertyAssignment,
207208
isPropertyDeclaration,
208209
isPropertyNameLiteral,
209-
isPropertyAssignment,
210210
isRegularExpressionLiteral,
211211
isShorthandPropertyAssignment,
212212
isSingleOrDoubleQuote,

0 commit comments

Comments
 (0)