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

chore: add jsr.json to .prettierignore #75

Merged
merged 1 commit into from
Jun 27, 2024
Merged

chore: add jsr.json to .prettierignore #75

merged 1 commit into from
Jun 27, 2024

Conversation

mdjermanovic
Copy link
Member

Prerequisites checklist

What is the purpose of this pull request?

Ignores formatting of jsr.json files because release-please formats these files in a way that doesn't conform to prettier (example).

What changes did you make? (Give an overview)

Added jsr.json to .prettierignore.

Related Issues

CI failure https://github.com/eslint/rewrite/actions/runs/9684111978/job/26721093532

> eslint-rewrite@1.0.0 fmt:check
> prettier --check .

Checking formatting...
[warn] packages/core/jsr.json
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
Error: Process completed with exit code 1.

Is there anything you'd like reviewers to focus on?

@nzakas nzakas merged commit 2a35c3c into main Jun 27, 2024
14 checks passed
@nzakas nzakas deleted the prettier-jsr branch June 27, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants