From 7c892c7c214ff78d00189a6f742f42f08beeb243 Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Mon, 25 Oct 2021 18:04:40 +1100 Subject: [PATCH] Disable ESLint v8 renovation (#49) It's very unlikely that a SEEK project will be able to land this change given that `eslint-config-seek` is not ready yet. See seek-oss/eslint-config-seek#62. --- default.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/default.json b/default.json index f760ce9..1c3585d 100644 --- a/default.json +++ b/default.json @@ -44,6 +44,12 @@ "enabled": false }, + { + "matchManagers": ["npm"], + "matchPackageNames": ["eslint"], + + "allowedVersions": "< 8" + }, { "matchManagers": ["npm"], "matchPackagePatterns": ["^@types/"],