Skip to content

Commit c78ac5f

Browse files
committed
chore: remove now-unnecessary oxlint-disable
1 parent 47b443b commit c78ac5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/oxlint/src-js/plugins/tokens.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ export function getLastTokens(node: Node, countOptions?: CountOptions | number |
319319
* @param skipOptions? - Options object. Same options as `getFirstToken()`.
320320
* @returns `Token`, or `null` if all were skipped.
321321
*/
322-
/* oxlint-disable no-unused-vars */
323322
export function getTokenBefore(
324323
nodeOrToken: NodeOrToken | Comment,
325324
skipOptions?: SkipOptions | number | FilterFn | null,
@@ -410,7 +409,6 @@ export function getTokenBefore(
410409

411410
return null;
412411
}
413-
/* oxlint-enable no-unused-vars */
414412

415413
/**
416414
* Get the token that precedes a given node or token.

0 commit comments

Comments
 (0)