mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16775] Exclude vendor directory from JS linting
PHPBB3-16775
This commit is contained in:
parent
04cdb56691
commit
50e13654bc
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue