You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constants can be declared with uppercase or lowercase, but a common convention is to use all-uppercase letters, especially for primitives because they are truly immutable.
Based on this, I would like to know if it is possible to generate the name of constants in svg-to-ts-constants in uppercase.
I can define the prefix of the constant with option: prefix, but I couldn't change the "name", is there any way? Could it be an improvment?
Constants can be declared with uppercase or lowercase, but a common convention is to use all-uppercase letters, especially for primitives because they are truly immutable.
Based on this, I would like to know if it is possible to generate the name of constants in svg-to-ts-constants in uppercase.
I can define the prefix of the constant with option: prefix, but I couldn't change the "name", is there any way? Could it be an improvment?
thank you! :)
The text was updated successfully, but these errors were encountered: