From d874dd7042413e5a750089431504e596cbdeff2a Mon Sep 17 00:00:00 2001 From: mini2024 Date: Sun, 30 Mar 2025 04:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20default.json5=20=E4=B8=AD=E4=B8=BA?= =?UTF-8?q?=20ESLint=20=E4=BE=9D=E8=B5=96=E9=A1=B9=E6=B7=BB=E5=8A=A0=20"ox?= =?UTF-8?q?lint"=20=E5=8C=B9=E9=85=8D=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.json5 b/default.json5 index ce1ebd4..33bb0e5 100644 --- a/default.json5 +++ b/default.json5 @@ -50,7 +50,8 @@ "/^eslint/", "/^@eslint/", "/^eslint-plugin-/", - "/^eslint-config-/" + "/^eslint-config-/", + "oxlint" ] // "schedule": ["before 4am on Monday"], // "automerge": true