mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Adds the extensions/* files for jshint
This commit is contained in:
parent
d13aa38c9c
commit
fcc169453b
4 changed files with 40 additions and 25 deletions
6
make.js
6
make.js
|
@ -1007,9 +1007,9 @@ target.jshint = function() {
|
|||
//'web/*.js',
|
||||
//'test/*.js',
|
||||
//'test/unit/*.js',
|
||||
//'extensions/firefox/*.js',
|
||||
//'extensions/firefox/components/*.js',
|
||||
//'extensions/chrome/*.js'
|
||||
'extensions/firefox/*.js',
|
||||
'extensions/firefox/components/*.js',
|
||||
'extensions/chrome/*.js'
|
||||
];
|
||||
|
||||
exit(exec('./node_modules/.bin/jshint --reporter test/reporter.js ' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue