From 7bcae5d0a9d5f77365a655c7b8796542ae3907bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 22 Apr 2025 09:15:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=20Lint=20=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=A1=B9=E7=9A=84=E5=8C=B9=E9=85=8D=E8=A7=84=E5=88=99=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84=E6=AD=A3=E5=88=99?= =?UTF-8?q?=E8=A1=A8=E8=BE=BE=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/default.json5 b/default.json5 index aeb1ec9..59aaede 100644 --- a/default.json5 +++ b/default.json5 @@ -51,13 +51,7 @@ // https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b { "groupName": "Lint dependencies", "groupSlug": "lint", - "matchPackageNames": [ - "/^eslint/", - "/^@eslint/", - "/^eslint-plugin-/", - "/^eslint-config-/", - "oxlint" - ] + "matchPackageNames": [ "/eslint/", "/oxlint/" ] // "schedule": ["before 4am on Monday"], // "automerge": true },