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(biome-check): use safe fixes #373

Merged
merged 1 commit into from
Apr 13, 2024
Merged

Conversation

cesconix
Copy link
Contributor

This PR updates the biome-check formatter. The modification changes the default behavior from using unsafe code fix mode to safe code fix mode to enhance reliability and security when auto-correcting code.

More details about the tool can be found at biomejs.dev/linter.

@github-actions github-actions bot requested a review from stevearc April 13, 2024 20:38
@stevearc
Copy link
Owner

Yeah, I think this makes sense. Safe should be the default, and if people want to apply the unsafe fixes they can either customize this formatter or clone it to create a separate one.

@stevearc stevearc merged commit 500a6ae into stevearc:master Apr 13, 2024
8 checks passed
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.

2 participants