From 82c4f8ca2265f7a4402b238009cd3db8d45cef88 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 16 Feb 2026 23:31:54 +0000 Subject: [PATCH] chore(ci): align lint and format checks for templated exports --- .oxfmtrc.jsonc | 4 ++++ .oxlintrc.json | 1 + 2 files changed, 5 insertions(+) diff --git a/.oxfmtrc.jsonc b/.oxfmtrc.jsonc index f7208b4da3..556ac25bba 100644 --- a/.oxfmtrc.jsonc +++ b/.oxfmtrc.jsonc @@ -11,9 +11,13 @@ "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", "Swabble/", "vendor/", ], diff --git a/.oxlintrc.json b/.oxlintrc.json index 4097a58f2d..18449068b1 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -29,6 +29,7 @@ "patches/", "pnpm-lock.yaml/", "skills/", + "src/auto-reply/reply/export-html/template.js", "src/canvas-host/a2ui/a2ui.bundle.js", "Swabble/", "vendor/"