🕌

cspellでファイル名やフォルダ名のスペルチェックをする

2023/11/24に公開

TL;DR

git diff --name-only --cached | npx cspell --no-progress --show-context stdin

補足説明

引用元
https://github.com/streetsidesoftware/cspell/issues/3063#issuecomment-1155651409

私はlefthookなどのGitフックと組み合わせて使っています。

わかりやすい記事
https://zenn.dev/kimuson/articles/husky_to_lefthook#cspell

それでは良きコーディングライフを!

Discussion