From 843acd52b7729a31767a50495f61d574c879c21e Mon Sep 17 00:00:00 2001 From: cpojer Date: Tue, 17 Feb 2026 09:20:04 +0900 Subject: [PATCH] chore: Fix up Oxlint/Oxfmt ignore patterns. --- .oxfmtrc.jsonc | 5 +---- .oxlintrc.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.oxfmtrc.jsonc b/.oxfmtrc.jsonc index 556ac25bba5..41a8ca9d543 100644 --- a/.oxfmtrc.jsonc +++ b/.oxfmtrc.jsonc @@ -11,13 +11,10 @@ "assets/", "dist/", "docs/_layouts/", - "extensions/", "node_modules/", "patches/", "pnpm-lock.yaml/", - "src/auto-reply/reply/export-html/template.html", - "src/auto-reply/reply/export-html/template.js", - "src/auto-reply/reply/export-html/template.css", + "src/auto-reply/reply/export-html/", "Swabble/", "vendor/", ], diff --git a/.oxlintrc.json b/.oxlintrc.json index 873f09523b7..687b5bb5eb5 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -29,7 +29,7 @@ "extensions/", "node_modules/", "patches/", - "pnpm-lock.yaml/", + "pnpm-lock.yaml", "skills/", "src/auto-reply/reply/export-html/template.js", "src/canvas-host/a2ui/a2ui.bundle.js",