From 34949f89ee7cdf88f7b315659df4b5f62f714842 Mon Sep 17 00:00:00 2001 From: Mael Le Guen Date: Sat, 6 Jun 2020 19:41:54 +0200 Subject: [PATCH] Revert "chore(deps): update dependency eslint to v7 (#1656)" (#1673) This reverts commit 1755aecc17311859a7cfa80807f997afb7883b7b. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa136a882..d35a6ea50 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "cpr": "^3.0.1", "cross-spawn": "^7.0.0", "es6-promise": "^4.2.5", - "eslint": "^7.0.0", + "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-node": "^11.0.0", "gts": "^2.0.0-alpha.4",