mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Gjslint also the build related js files.
This commit is contained in:
parent
62e6b434b9
commit
2516be859b
1 changed files with 4 additions and 1 deletions
5
make.js
5
make.js
|
@ -697,7 +697,10 @@ target.lint = function() {
|
|||
echo();
|
||||
echo('### Linting JS files (this can take a while!)');
|
||||
|
||||
var LINT_FILES = ['src/*.js',
|
||||
var LINT_FILES = ['make.js',
|
||||
'external/builder/*.js',
|
||||
'external/crlfchecker/*.js',
|
||||
'src/*.js',
|
||||
'web/*.js',
|
||||
'test/*.js',
|
||||
'test/unit/*.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue