From ba49ffcfb4e845a55704343175731e1d75a72ba0 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sat, 23 Jun 2018 12:19:30 +0200 Subject: [PATCH] Revert "Update eslint (dev dep) to ^5.0.0" This reverts commit 91e43a4200a63d617564072bb7d60b27fb2fdc84. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f966e5435e..65f59e369c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "babel-eslint": "^8.2.3", "coveralls": "^3.0.1", - "eslint": "^5.0.0", + "eslint": "^4.19.1", "istanbul": "^0.4.5", "mocha": "^5.2.0" },