mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(lint): leave out unused imports
This commit is contained in:
@@ -5,8 +5,8 @@ import path from 'path';
|
|||||||
import babel from 'gulp-babel';
|
import babel from 'gulp-babel';
|
||||||
import os from 'os';
|
import os from 'os';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import spawn from 'cross-spawn'; // eslint-disable-line import/no-extraneous-dependencies
|
/* import spawn from 'cross-spawn'; // eslint-disable-line import/no-extraneous-dependencies
|
||||||
import clean from 'rimraf';
|
import clean from 'rimraf'; */
|
||||||
|
|
||||||
gulp.task('build:babel:server', () => gulp.src('website/server/**/*.js')
|
gulp.task('build:babel:server', () => gulp.src('website/server/**/*.js')
|
||||||
.pipe(babel())
|
.pipe(babel())
|
||||||
|
|||||||
Reference in New Issue
Block a user