-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
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
Change: LFに強制 #1331
Change: LFに強制 #1331
Conversation
私はよく使うのですが, gitの機能にある また, 過去にコミットしたすべてのファイルをLFで正規化させる ESLintで縛るのも良いと思います 👍 refs: |
gitattributes、git configよりも優先度高いんですね。設定します |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ほぼLGTMです!
混じっているのは大変なので、LFに固定で良いと思います!
変更がすごい多くて驚きましたが、これもしかしてすでにいくつかのファイルは改行コードCRLFだったということでしょうか?
(気づきませんでした。。)
ですね 😇 |
コードは問題無さそうに思いました! ちょっと実際にwindowsマシンでチェックしてみます |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
問題なさそうだったのでマージします!!
エンジンやコアの方にも同じ設定入れても良いかもですね!
内容
CRLFのファイルをLFに強制します。
また、CI環境(NODE_ENV=production)のみESLintでチェックするようにします。
関連 Issue
スクリーンショット・動画など
(なし)
その他
このPRのタイトルは「矯正」(変更)と「強制」(ESLint)のダブルミーニングです。