From f8cd244d25e53db5b370100cc03e5ec7768dd3eb Mon Sep 17 00:00:00 2001 From: Fodesu <75713465+Fodesu@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:54:17 +0800 Subject: [PATCH] chore: add typos for spell check (#37) --- mise.toml | 2 ++ typos.toml | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 typos.toml diff --git a/mise.toml b/mise.toml index 94b86c6f..544089b7 100644 --- a/mise.toml +++ b/mise.toml @@ -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" } diff --git a/typos.toml b/typos.toml new file mode 100644 index 00000000..0ea8f769 --- /dev/null +++ b/typos.toml @@ -0,0 +1,7 @@ +[default.extend-words] + +[files] +extend-exclude = [ + "**/node_modules/**", + +] \ No newline at end of file