Skip to content

Commit

Permalink
Update linting on Travis to cover *.jsm files (PR 5406 followup)
Browse files Browse the repository at this point in the history
Trivial followup to PR 5406.
  • Loading branch information
Snuffleupagus authored and speedplane committed Feb 24, 2015
1 parent b2e58e8 commit 52c97a2
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 52c97a2

Please sign in to comment.