From 7bf59917a199c9e755dc14752692538052b94e66 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Mon, 24 May 2021 20:17:40 -1000 Subject: [PATCH] [ticket/16775] Update check-js PHPBB3-16775 --- .github/check-js.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/check-js.sh b/.github/check-js.sh index ff72f51e69..702ec03cbf 100755 --- a/.github/check-js.sh +++ b/.github/check-js.sh @@ -14,8 +14,5 @@ set +x sudo npm install -g > /dev/null npm ci > /dev/null set -x -# node_modules/eslint/bin/eslint.js "phpBB/adm/style/*.js" # Currently disabled as no file is linted -node_modules/eslint/bin/eslint.js "phpBB/assets/javascript/*.js" -# node_modules/eslint/bin/eslint.js "phpBB/style/all/js/*.js" # Currently disabled as no file is linted -# node_modules/eslint/bin/eslint.js "phpBB/style/prosilver/template/*.js" # Currently disabled as no file is linted +node_modules/eslint/bin/eslint.js "phpBB/**/*.js" node_modules/eslint/bin/eslint.js "gulpfile.js"