From 036e7d80cc8a0e63c71ab2207287bf19c4086d4d Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 22 Sep 2022 13:08:29 +0200 Subject: [PATCH] path fix --- frontend/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 1f63a362d..28bcd68c8 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -15,7 +15,7 @@ task("lint", function () { }); task("lint-json", function () { - return src("./static/**/*.json") + return src("./frontend/static/**/*.json") .pipe(eslint(eslintConfig)) .pipe(eslint.format()) .pipe(eslint.failAfterError());