From 1fa7acc5eddb76118a5a8385894175620f8c9ccc Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 22 Jun 2020 13:47:44 +0300 Subject: [PATCH] fix(putout) eslint: read config (https://github.com/eslint/eslint/issues/13427) --- packages/putout/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/putout/package.json b/packages/putout/package.json index 9516ad2ef..35ac01384 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -118,7 +118,7 @@ "debug": "^4.1.1", "deepmerge": "^4.0.0", "error-stack-parser": "^2.0.6", - "eslint": "^7.0.0-rc.0", + "eslint": "7.2.0", "fast-glob": "^3.2.2", "file-entry-cache": "^5.0.1", "find-up": "^4.0.0",