mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16775] Update check-js
PHPBB3-16775
This commit is contained in:
parent
2c46f0dc13
commit
7bf59917a1
1 changed files with 1 additions and 4 deletions
5
.github/check-js.sh
vendored
5
.github/check-js.sh
vendored
|
@ -14,8 +14,5 @@ set +x
|
||||||
sudo npm install -g > /dev/null
|
sudo npm install -g > /dev/null
|
||||||
npm ci > /dev/null
|
npm ci > /dev/null
|
||||||
set -x
|
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/**/*.js"
|
||||||
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 "gulpfile.js"
|
node_modules/eslint/bin/eslint.js "gulpfile.js"
|
||||||
|
|
Loading…
Add table
Reference in a new issue