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 Eslint config so that it uses rules from .prettierrc #87

Closed
wants to merge 2 commits into from

Conversation

XEQTIONR
Copy link

This enables editors (like VSCode) to check for rules present in .prettierrc and flag violations inline in file editors.

@Linux123123
Copy link

Prettier documentation discourages doing that.
https://prettier.io/docs/integrating-with-linters#notes
I can also add my 2 cents, that it's basically always better to have format on save in the preferred editor or use pre-commit hooks.

@tnylea
Copy link
Contributor

tnylea commented Mar 31, 2025

Thanks, guys. I agree, @XEQTIONR. This seems like something that not everyone may need in their project, and the fact that Prettier generally does not recommend it is a good enough sign not to include this by default.

Thanks!

@tnylea tnylea closed this Mar 31, 2025
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.

3 participants