Browse Source

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

Update linting on Travis to cover *.jsm files (PR 5406 followup)
Jonas Jenwald 10 years ago
parent
commit
bcfdd5bcb8
  1. 2
      package.json

2
package.json

@ -11,7 +11,7 @@ @@ -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…
Cancel
Save