Merge pull request #5578 from Snuffleupagus/travis-jsm-lint

Update linting on Travis to cover *.jsm files (PR 5406 followup)
This commit is contained in:
Jonas Jenwald 2014-12-23 13:09:53 +01:00
commit bcfdd5bcb8

View File

@ -11,7 +11,7 @@
"yargs": "~1.2.1" "yargs": "~1.2.1"
}, },
"scripts": { "scripts": {
"test": "node ./node_modules/.bin/jshint ." "test": "node ./node_modules/.bin/jshint --extra-ext .jsm ."
}, },
"repository": { "repository": {
"type": "git", "type": "git",