Skip to content

Commit

Permalink
Merge pull request #5578 from Snuffleupagus/travis-jsm-lint
Browse files Browse the repository at this point in the history
Update linting on Travis to cover *.jsm files (PR 5406 followup)
  • Loading branch information
Snuffleupagus committed Dec 23, 2014
2 parents 406b57f + 8a7499b commit bcfdd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bcfdd5b

Please sign in to comment.