We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace340d commit 68e2d85Copy full SHA for 68e2d85
src/utils/parser/node.ts
@@ -281,7 +281,6 @@ export const generateLocForClassname = (
281
// @ts-expect-error unkown loc property
282
const nodeLoc: TSESTree.SourceLocation = node.loc;
283
const nodeLocStart: TSESTree.Position = nodeLoc.start;
284
- const nodeLocEnd: TSESTree.Position = nodeLoc.end;
285
286
const index = getIndexOfNeedle(originalClassNamesValue, needle);
287
if (index === -1) {
0 commit comments