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/"