-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
bugConfirmed bugs or reports that are very likely to be bugs.Confirmed bugs or reports that are very likely to be bugs.
Description
There's a conflict between yarn and biome formatting specifically with package.json when running yarn
What yarn automatically formats:
{
(...)
"workspaces": [
"compact/",
"contracts/*/",
"docs/"
],
(...)
}
vs what biome formats:
{
(...)
"workspaces": ["compact/", "contracts/*/", "docs/"],
(...)
}
To avoid this conflict every time you run yarn, I propose that biome ignores package.json since yarn will always enforce fmt there anyway
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugConfirmed bugs or reports that are very likely to be bugs.Confirmed bugs or reports that are very likely to be bugs.
Type
Projects
Status
Complete/Stable Release