From 4452e0850a8461cf58af614b4f4278fa92bef865 Mon Sep 17 00:00:00 2001 From: folkforms Date: Wed, 24 Apr 2024 10:12:07 +0100 Subject: [PATCH] Remove unnecessary 'eslint-disable no-console' --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index dc20089..c147cee 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,4 +1,3 @@ -/* eslint-disable no-console */ const path = require("path"); const gulp = require("gulp"); const shell = require("shelljs");