Set ESLint as devdep

This commit is contained in:
Simon Ho 2016-05-10 12:38:30 -07:00
parent 4c7d862cee
commit ee6c0ad461
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
],
"devDependencies": {
"bluebird": "^2.9.9",
"eslint": "^2.5.3",
"eslint-config-loopback": "^2.0.0",
"mocha": "^2.1.0",
"should": "^8.0.2"
},