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