@eagleoutice/flowr - v2.15.8
Preparing search index...
src/linter/rules/naming-convention
fixCasing
Function fixCasing
fixCasing
(
identifier
:
string
,
convention
:
CasingConvention
,
ignorePrefix
?:
string
,
)
:
string
|
undefined
Attempts to fix the casing of the given identifier to match the provided convention.
Parameters
identifier
:
string
convention
:
CasingConvention
Optional
ignorePrefix
:
string
Returns
string
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Attempts to fix the casing of the given identifier to match the provided convention.