-
Notifications
You must be signed in to change notification settings - Fork 881
chore: tweak biome config #15864
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: tweak biome config #15864
Conversation
@@ -44,5 +47,6 @@ | |||
} | |||
} | |||
} | |||
} | |||
}, | |||
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json" |
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.
Would this need to be manually bumped when @dependabot bumps biome version?
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.
I think so.
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.
unfortunately yeah, but it's worth having for the autocompletion help
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.
LGTM
some config files in site/ have been getting missed by the current biome config. this addresses that (and formats them).