Merge pull request #42 from williamboman/fix/eslint-all-files
package.json: lint all .js files
This commit is contained in:
commit
adf7bb4b21
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user