1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 10:31:57 +02:00

[ticket/16775] Exclude vendor directory from JS linting

PHPBB3-16775
This commit is contained in:
Marc Alexander
2021-05-26 08:39:48 +02:00
parent 04cdb56691
commit 50e13654bc

View File

@@ -20,6 +20,7 @@
"phpBB/styles/prosilver/template/ajax.js",
"phpBB/styles/prosilver/template/forum_fn.js",
"phpBB/**/*.min.js",
"phpBB/vendor/**/*.js",
"phpBB/phpbb/**/*.js",
"phpBB/tests/**/*.js"
],