From 759577daaba4e336fb1f53649282d690d700d742 Mon Sep 17 00:00:00 2001 From: Sander Verweij Date: Wed, 17 Jul 2024 20:45:31 +0200 Subject: [PATCH] fix(lint): removes (now?) superfluous eslint comment --- test/extract/transpile/svelte-preprocess.spec.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/extract/transpile/svelte-preprocess.spec.mjs b/test/extract/transpile/svelte-preprocess.spec.mjs index 67745ba7d..5513a953e 100644 --- a/test/extract/transpile/svelte-preprocess.spec.mjs +++ b/test/extract/transpile/svelte-preprocess.spec.mjs @@ -1,5 +1,4 @@ import { equal } from "node:assert/strict"; -// eslint-disable-next-line node/file-extension-in-import import * as svelteCompiler from "svelte/compiler"; import normalizeNewline from "normalize-newline"; import thing from "#extract/transpile/typescript-wrap.mjs";