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