prisma-case-format icon indicating copy to clipboard operation
prisma-case-format copied to clipboard

Camel case not working as expected for fields with numbers

Open jdnichollsc opened this issue 9 months ago • 0 comments

Hello folks, hope you're doing well

Thanks for creating this community tool, that's awesome! I tried this tool but I'm getting errors with fields that includes numbers, e.g:

address_line_1
address_line_2

and after executing this tool, this is generating this:


addressLine_1
addressLine_2

but I was expecting this other format instead:


addressLine1
addressLine2

Is there any option to fix this bug?

I'm trying to fix this issue from a fork in the meantime, but any help is really appreciated! <3

jdnichollsc avatar May 28 '24 23:05 jdnichollsc