Skip to content

Commit

Permalink
fix(lint): leave out unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Dec 17, 2024
1 parent 82445d2 commit 7d8d456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulp/gulp-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from 'path';
import babel from 'gulp-babel';
import os from 'os';
import fs from 'fs';
import spawn from 'cross-spawn'; // eslint-disable-line import/no-extraneous-dependencies
import clean from 'rimraf';
/* import spawn from 'cross-spawn'; // eslint-disable-line import/no-extraneous-dependencies
import clean from 'rimraf'; */

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

0 comments on commit 7d8d456

Please sign in to comment.