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

Configure Biome to organize imports when running 'yarn run format' #2570

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

jake-low
Copy link
Contributor

Biome is configured to enforce formatting in CI, which includes checking that imports are organized in the conventional order. But it was accidentally configured not to organize import statements when running yarn run format. This fixes that discrepancy (yarn run format will now also sort imports, and CI formatting checks should always pass if you ran yarn run format before committing).

@jake-low jake-low merged commit 19a90a5 into main Feb 19, 2025
4 checks passed
@jake-low jake-low deleted the jlow/organize-imports branch February 19, 2025 01:24
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.

1 participant