From fa74c94ac1895b3bc9f5aa094c3873d9ee38b15a Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Sat, 20 Sep 2025 12:18:57 +0000 Subject: [PATCH] chore(tasks/coverage): exclude node-compat-table from dprint and typos (#13953) Follow up to #13925. Excluded node-compat-table directory from dprint and typos. --- .typos.toml | 1 + dprint.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.typos.toml b/.typos.toml index 3342e35562872..09f67c125278a 100644 --- a/.typos.toml +++ b/.typos.toml @@ -17,6 +17,7 @@ extend-exclude = [ "crates/oxc_syntax/src/xml_entities.rs", "pnpm-lock.yaml", "tasks/coverage/babel", + "tasks/coverage/node-compat-table", "tasks/coverage/test262", "tasks/coverage/typescript", "tasks/coverage/snapshots", diff --git a/dprint.json b/dprint.json index a593dd6eb8e37..b77946f5a5c37 100644 --- a/dprint.json +++ b/dprint.json @@ -10,6 +10,7 @@ "toml": { }, "excludes": [ + "tasks/coverage/node-compat-table", "tasks/coverage/misc", "**/tests/**", "**/fixtures/**",