Skip to content

Conversation

smikitky
Copy link
Member

textlint を復活させる作業中なのですが、それに先だって既存のファイルで検出された問題に対応しました。

なお前のようにリポジトリルートの yarn.lock に直接 textlint 関連の依存ライブラリを入れると将来またコンフリクト地獄になりそうなので、textlint というサブフォルダ内に package.jsonyarn.lock や関連する設定ファイルを全部を入れて別プロジェクトとし、コミット前にこちらを実行する、という方法を考えています。

つまり husky の pre-commit で cd textlint && yarn && yarn textlint とするイメージです。これで動くかどうか検証してから PR を立てます。幸い husky 自体はリポジトリルートに既に入っているみたいです。

@smikitky smikitky requested review from koba04 and potato4d May 15, 2023 15:30
@github-actions
Copy link

github-actions bot commented May 15, 2023

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link
Member

@koba04 koba04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants