Skip to content
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

fix: prettierと競合するeslintのルールを無効化 #43

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

mathsuky
Copy link
Collaborator

@mathsuky mathsuky commented Sep 30, 2024

close #42
コードのスタイルの調整はフォーマッターがより大きい責任を持つ方がよいと考えて,prettierのルールを優先するように,競合するeslintのルールを無効化しました。
https://github.com/prettier/prettier/blob/554b15473dd4032a036d7db91a8f579e624c9822/docs/integrating-with-linters.md

Copy link
Collaborator

@ZOI-dayo ZOI-dayo left a comment

Choose a reason for hiding this comment

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

手元で正しく動いてそうです。ありがとうございます!!

@ZOI-dayo ZOI-dayo mentioned this pull request Sep 30, 2024
@mathsuky mathsuky merged commit 6e194d5 into main Oct 3, 2024
4 checks passed
@mathsuky mathsuky deleted the fix/format-conf branch October 3, 2024 13:54
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.

ESLintとPrietterでフォーマットが違う
2 participants