Skip to content

Commit 7d8d456

Browse files
committed
fix(lint): leave out unused imports
1 parent 82445d2 commit 7d8d456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulp/gulp-build.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import path from 'path';
55
import babel from 'gulp-babel';
66
import os from 'os';
77
import fs from 'fs';
8-
import spawn from 'cross-spawn'; // eslint-disable-line import/no-extraneous-dependencies
9-
import clean from 'rimraf';
8+
/* import spawn from 'cross-spawn'; // eslint-disable-line import/no-extraneous-dependencies
9+
import clean from 'rimraf'; */
1010

1111
gulp.task('build:babel:server', () => gulp.src('website/server/**/*.js')
1212
.pipe(babel())

0 commit comments

Comments
 (0)