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

Remove eslint-plugin-prettier and Enable eslint-config-prettier #302

Closed
y-hsgw opened this issue Jul 3, 2024 · 1 comment
Closed

Remove eslint-plugin-prettier and Enable eslint-config-prettier #302

y-hsgw opened this issue Jul 3, 2024 · 1 comment

Comments

@y-hsgw
Copy link

y-hsgw commented Jul 3, 2024

Hi!🖐️ I would like to propose two changes.

  1. Remove eslint-plugin-prettier: As per the official Prettier documentation, the prettier --check . command can be used instead, so eslint-plugin-prettier may no longer be necessary.
  2. Enable eslint-config-prettier: As per the official documentation, it seems that prettier is not specified in the extends section. How about enabling this configuration? This will disable ESLint rules that conflict with Prettier, ensuring a smoother development experience.

Please verify my understanding, as there may be some discrepancies. If everything looks good, I would like to proceed with creating a PR.

@kamilmysliwiec
Copy link
Member

This is going to change once we migrate to v9 #310

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

No branches or pull requests

2 participants