From 30d3e24f1f474975c49fa0c64709edff47633ca7 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Wed, 29 Nov 2023 11:39:39 +0800 Subject: [PATCH] chore: make eslint happy --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 8fbb096..d0dc633 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ import type { Plugin as RollupPlugin } from 'rollup'; import fs from 'fs'; -import { extname, resolve, dirname, join, sep } from 'path'; +import { extname, resolve, dirname, join } from 'path'; import { createFilter, type FilterPattern } from '@rollup/pluginutils'; import type { Options as SwcOptions,