1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix linting issues in Gulgfile

This commit is contained in:
MrTimscampi 2020-04-25 14:07:34 +02:00
parent 380d66c3d7
commit 1c5419000c

View file

@ -1,5 +1,3 @@
'use strict';
const { src, dest, series, parallel, watch } = require('gulp');
const browserSync = require('browser-sync').create();
const del = require('del');