Skip to content

Commit 591f63a

Browse files
fix: lint errors
1 parent be1018a commit 591f63a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fuse.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ import { FuseBox, QuantumPlugin, JSONPlugin, RawPlugin } from 'fuse-box'
22
import { src, task } from 'fuse-box/sparky'
33
import { resolve } from 'path'
44
import { argv } from 'yargs'
5-
import shabang from './tools/scripts/fuse-shebang'
6-
import { SparkyFile } from 'fuse-box/sparky/SparkyFile'
75
import { spawn } from 'child_process'
6+
import shabang from './tools/scripts/fuse-shebang'
87
// import { unlinkSync } from 'fs'
98

109
const appName = 'fng'

0 commit comments

Comments
 (0)