@eslint-react/core / isComponentName
function isComponentName(name: string): boolean;Check if a string matches the strict component name pattern
| Parameter | Type | Description |
|---|---|---|
name |
string |
The name to check |
boolean
@eslint-react/core / isComponentName
function isComponentName(name: string): boolean;Check if a string matches the strict component name pattern
| Parameter | Type | Description |
|---|---|---|
name |
string |
The name to check |
boolean