mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
chore: add typos for spell check (#37)
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
[default.extend-words]
|
||||
|
||||
[files]
|
||||
extend-exclude = [
|
||||
"**/node_modules/**",
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user