Merge pull request #42 from williamboman/fix/eslint-all-files

package.json: lint all .js files
This commit is contained in:
Jérémie Astori 2016-02-14 18:17:19 -05:00
commit adf7bb4b21
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"start": "node index",
"build": "grunt",
"test": "HOME=test/fixtures mocha test/**/*.js && npm run lint",
"lint": "eslint index.js Gruntfile.js src/ test/ client/ defaults/"
"lint": "eslint ."
},
"keywords": [
"browser",