Skip to content

Commit 46f0aec

Browse files
authored
chore(typos): enable hidden (#756)
1 parent d86c011 commit 46f0aec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

typos.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ extend-ignore-re = [
1111
color = "color"
1212

1313
[files]
14+
ignore-hidden = false
1415
extend-exclude = [
16+
".git",
1517
"node_modules",
16-
"biome.json"
18+
"pnpm-lock.yaml",
19+
"pnpm-workspace.yaml",
1720
]

0 commit comments

Comments
 (0)