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

feat: add support for prettierIgnore #266

Closed
wants to merge 1 commit into from

Conversation

mataha
Copy link
Contributor

@mataha mataha commented Jul 18, 2022

The goal of this PR is to add support for prettierIgnore - an alternative to defining ignored paths in Prettier in a separate .prettierignore file, consisting of an array of file blobs that should not be sorted. The key behaves exactly the same as eslintIgnore does (with the exception of, well... handling ignores for Prettier instead of for ESLint).

The PR in Prettier hasn't been merged yet, though I imagine it will be in the nearest future.

See: prettier/prettier#12672

@fisker
Copy link
Collaborator

fisker commented Jul 18, 2022

As a maintainer of both this repo and Prettier, I have to say that Prettier PR is far from ready.

@mataha
Copy link
Contributor Author

mataha commented Jul 18, 2022

As a maintainer of both this repo and Prettier, I have to say that Prettier PR is far from ready.

Probably not the best place to have this conversation, but: what is it lacking, then?

@fisker
Copy link
Collaborator

fisker commented Jul 18, 2022

I'll review in Prettier now.

@mataha mataha closed this by deleting the head repository May 3, 2024
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.

None yet

2 participants