Upgrade eslint & config to latest

This upgrade allows us to start using ES6 features like arrow functions.
This commit is contained in:
Miroslav Bajtoš 2017-02-24 10:26:20 +01:00
parent 750d8bb5c9
commit 06b99c26df
No known key found for this signature in database
GPG Key ID: 797723F23CE0A94A
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
"async": "1.5.2",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0",
"eslint": "^3.14.1",
"eslint-config-loopback": "^8.0.0",
"loopback": "^3.0.0",
"mocha": "^2.5.3",
"supertest": "^1.2.0"