Skip to content

Commit a13634d

Browse files
committed
test(linter/plugins): remove unnecessary lint disable comment (#16006)
Not sure why oxlint didn't flag that this `oxlint-disable-next-line` comment is unnecessary, but it is. Remove it.
1 parent 9a548dd commit a13634d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/oxlint/test/tokens.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ vi.mock('../src-js/plugins/source_code.ts', async (importOriginal) => {
4646
// https://github.com/typescript-eslint/typescript-eslint/issues/11026#issuecomment-3421887632
4747
const Program = { range: [5, 55] } as Node;
4848
const BinaryExpression = { range: [26, 35] } as Node;
49-
/* oxlint-disable-next-line no-unused-vars */
5049
const VariableDeclaratorIdentifier = { range: [9, 15] } as Node;
5150

5251
// https://github.com/eslint/eslint/blob/v9.39.1/tests/lib/languages/js/source-code/token-store.js#L62

0 commit comments

Comments
 (0)