chore: fix lint issues

This commit is contained in:
Pooya Parsa 2020-11-28 22:13:16 +01:00
parent 7ae8483d21
commit b010e83008

View File

@ -1,7 +1,6 @@
// Based on https://github.com/egoist/rollup-plugin-esbuild (MIT) // Based on https://github.com/egoist/rollup-plugin-esbuild (MIT)
import { existsSync, statSync } from 'fs' import { extname, relative } from 'path'
import { extname, resolve, dirname, join, relative } from 'path'
import { Plugin, PluginContext } from 'rollup' import { Plugin, PluginContext } from 'rollup'
import { startService, Loader, Service, TransformResult } from 'esbuild' import { startService, Loader, Service, TransformResult } from 'esbuild'
import { createFilter, FilterPattern } from '@rollup/pluginutils' import { createFilter, FilterPattern } from '@rollup/pluginutils'