We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typosはnpm install時にdownload7z.mtsでダウンロードする方式を取っています。 download7z.mtsは現状typosのバージョン管理をしていません。
download7z.mts
typosは見逃す単語がバージョンごとに異なり、ちゃんとアップデートもされているため、たまにアップデートしたくなります。 毎回開発者に手動更新してもらっても良いのですが、自動更新できるように作れると便利そうです。
ちなみに手動更新は以下のように行えます:
rm -r "./vendored/typos" pnpm i
開発がより便利になる
@sevenc-nanashi さんのコメントを転載:
あたりになるかと思います。
関連:
The text was updated successfully, but these errors were encountered:
こちら私の方でやってみます~
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
内容
typosはnpm install時に
download7z.mts
でダウンロードする方式を取っています。download7z.mts
は現状typosのバージョン管理をしていません。typosは見逃す単語がバージョンごとに異なり、ちゃんとアップデートもされているため、たまにアップデートしたくなります。
毎回開発者に手動更新してもらっても良いのですが、自動更新できるように作れると便利そうです。
ちなみに手動更新は以下のように行えます:
rm -r "./vendored/typos" pnpm i
Pros 良くなる点
開発がより便利になる
実現方法
@sevenc-nanashi さんのコメントを転載:
あたりになるかと思います。
その他
関連:
The text was updated successfully, but these errors were encountered: