Upgrade eslint & config to latest
This upgrade allows us to start using ES6 features like arrow functions.
This commit is contained in:
parent
750d8bb5c9
commit
06b99c26df
|
@ -29,8 +29,8 @@
|
||||||
"async": "1.5.2",
|
"async": "1.5.2",
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
"dirty-chai": "^1.2.2",
|
"dirty-chai": "^1.2.2",
|
||||||
"eslint": "^2.13.1",
|
"eslint": "^3.14.1",
|
||||||
"eslint-config-loopback": "^4.0.0",
|
"eslint-config-loopback": "^8.0.0",
|
||||||
"loopback": "^3.0.0",
|
"loopback": "^3.0.0",
|
||||||
"mocha": "^2.5.3",
|
"mocha": "^2.5.3",
|
||||||
"supertest": "^1.2.0"
|
"supertest": "^1.2.0"
|
||||||
|
|
Loading…
Reference in New Issue