From 06b99c26dfa84fdb8a8fecb11983a7472c58c333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 24 Feb 2017 10:26:20 +0100 Subject: [PATCH] Upgrade eslint & config to latest This upgrade allows us to start using ES6 features like arrow functions. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8aae6a2..a1f0528 100644 --- a/package.json +++ b/package.json @@ -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"