Add lint NPM script

This commit is contained in:
Simon Ho 2016-08-25 15:24:25 -07:00
parent 5f74e74ea0
commit 33adf256ab
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
"mBaaS" "mBaaS"
], ],
"scripts": { "scripts": {
"lint": "eslint .",
"test": "grunt mocha-and-karma" "test": "grunt mocha-and-karma"
}, },
"dependencies": { "dependencies": {