Skip to content

Commit

Permalink
chore: make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 29, 2023
1 parent de99966 commit 30d3e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 30d3e24

Please sign in to comment.