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
The new rule adds a given prefix and converts the identifier to a specific case,
The prefix is applied before the conversion.
For example:
- `prefix:Foo + CamelCase` applied to `bar` with `CamelCase` would result in `FooBar`.
- `prefix:FOO_ + ScreamingSnakeCase` applied to `Bar` with `ScreamingSnakeCase` would result in `FOO_BAR`.
0 commit comments