mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Update linting on Travis to cover *.jsm files (PR 5406 followup)
Trivial followup to PR 5406.
This commit is contained in:
parent
406b57fae4
commit
8a7499b190
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"yargs": "~1.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./node_modules/.bin/jshint ."
|
||||
"test": "node ./node_modules/.bin/jshint --extra-ext .jsm ."
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue