-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
docs: suggest biome migrate commands after biome init #2437
Conversation
✅ Deploy Preview for biomejs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
49add36
to
bafb66a
Compare
3. Migrate from ESLint and Prettier | ||
biome migrate eslint attempts to migrate your ESLint configuration to Biome. | ||
biome migrate prettier attempts to migrate your Prettier configuration to Biome. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a resource (website page) that explains this better. A guide, maybe. Not a blocker but something we should prepare, I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I was thinking the same thing.
crates/biome_cli/tests/snapshots/main_commands_init/creates_config_file.snap
Outdated
Show resolved
Hide resolved
crates/biome_cli/tests/snapshots/main_commands_init/creates_config_file.snap
Outdated
Show resolved
Hide resolved
crates/biome_cli/tests/snapshots/main_commands_init/creates_config_file.snap
Outdated
Show resolved
Hide resolved
crates/biome_cli/tests/snapshots/main_commands_init/creates_config_file.snap
Outdated
Show resolved
Hide resolved
e645a7b
to
0419de2
Compare
Summary
When
biome init
is executed the following message is printed:This PR:
Migrate from ESLint and Prettier
Here is the result:
Test Plan
CI should pass. I manually tested the command.