chore: add typos for spell check (#37)

This commit is contained in:
Fodesu
2026-02-11 21:54:17 +08:00
committed by GitHub
parent 065aa303e9
commit f8cd244d25
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ bun = "latest"
pnpm = "10"
# sqlc for sql management
sqlc = "latest"
# typos for spell check
typos = "latest"
# Lima for macOS
lima = { version = "system", platform = "darwin" }
+7
View File
@@ -0,0 +1,7 @@
[default.extend-words]
[files]
extend-exclude = [
"**/node_modules/**",
]