[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

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