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