Skip to content

Commit 68e2d85

Browse files
fix
1 parent ace340d commit 68e2d85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/parser/node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ export const generateLocForClassname = (
281281
// @ts-expect-error unkown loc property
282282
const nodeLoc: TSESTree.SourceLocation = node.loc;
283283
const nodeLocStart: TSESTree.Position = nodeLoc.start;
284-
const nodeLocEnd: TSESTree.Position = nodeLoc.end;
285284

286285
const index = getIndexOfNeedle(originalClassNamesValue, needle);
287286
if (index === -1) {

0 commit comments

Comments
 (0)