From 4b57b95874348170c3fbf306bfd2a7c6b672170b Mon Sep 17 00:00:00 2001 From: Gar Date: Wed, 29 May 2024 07:30:32 -0700 Subject: [PATCH] chore: fix linting in mock registry --- mock-registry/lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mock-registry/lib/index.js b/mock-registry/lib/index.js index 8b7ffdef83f35..39bc63504cbe1 100644 --- a/mock-registry/lib/index.js +++ b/mock-registry/lib/index.js @@ -43,6 +43,7 @@ class MockRegistry { static tnock (t, host, opts, { debug = false, strict = false } = {}) { const noMatch = (req) => { if (debug) { + /* eslint-disable-next-line no-console */ console.error('NO MATCH', t.name, req.options ? req.options : req.path) } if (strict) {