From db6aa8f3f83838c327751d074dda5352e5bccc9d Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Thu, 2 Jul 2020 08:49:23 -0700 Subject: [PATCH] Use a version of eslint that works on Node 8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7d89f70..74dd08c1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "acorn": "^6.0.0", "ejs": "^2.5.5", - "eslint": "7.3.1", + "eslint": "^6.8.0", "eslint-plugin-compat": "^3.8.0", "express": "^4.16.4", "fast-check": "^1.21.0",