Update package.json

This commit is contained in:
Nawaz Dhandala 2019-08-06 10:19:32 +00:00
parent 893af19ae6
commit a6fb0b84fc

View File

@ -48,7 +48,8 @@
"start": "node server.js",
"dev": "NODE_ENV=development nodemon server.js",
"test": "NODE_ENV=development mocha --exit",
"audit": "npm-audit-ci-wrapper --threshold=high"
"audit": "npm-audit-ci-wrapper --threshold=high",
"lint": "eslint ."
},
"devDependencies": {
"babel-eslint": "^10.0.2",