Skip to content

Commit bddc8b7

Browse files
committed
chore(tasks/coverage): exclude node-compat-table from dprint and typos
1 parent f1862c4 commit bddc8b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ extend-exclude = [
1717
"crates/oxc_syntax/src/xml_entities.rs",
1818
"pnpm-lock.yaml",
1919
"tasks/coverage/babel",
20+
"tasks/coverage/node-compat-table",
2021
"tasks/coverage/test262",
2122
"tasks/coverage/typescript",
2223
"tasks/coverage/snapshots",

dprint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"toml": {
1111
},
1212
"excludes": [
13+
"tasks/coverage/node-compat-table",
1314
"tasks/coverage/misc",
1415
"**/tests/**",
1516
"**/fixtures/**",

0 commit comments

Comments
 (0)