Open phelios opened 5 years ago
Is there an option to convert all property names to camelCase by default?
Aliases will be too much repetition, and changing all property names to camelCase will break the convention.
Hi @phelios ,
It is possible to develop such feature building on top aliases, we will need to:
Panko.config { |c| }
Would you like to submit a PR?
This would be very helpful 👍
Is there an option to convert all property names to camelCase by default?
Aliases will be too much repetition, and changing all property names to camelCase will break the convention.