[Feature Request] Support for Additional Casing Configuration Formats #1896
magic-akari
started this conversation in
General
Replies: 2 comments
-
I'm not sure I see enough value in implementing this in Biome. We have a massive configuration, our rules are named in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At present, Biome only supports
camelCase
as the configuration format.It would be beneficial to extend this support to include other formats like
snake_case
.This enhancement would prove valuable for downstream projects that rely on diverse casing conventions.
Here is a solution on how to support multiple casings: https://github.com/g-plane/markup_fmt/pull/7/files
Beta Was this translation helpful? Give feedback.
All reactions