-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Beyond to *
wildcards, it would be amazing to add naming convention restrictions, like camelCase
, PascalCases
, kebab-case
, CONSTANT_CASE
, and others.
This would be very useful for React components folders, for instance:
components/MyComponent/... # Valid
components/my-component/... # Invalid
Maybe this could be achieved by accepting special patterns like:
[camelCase]
[PascalCase]
- etc.
I'm super interested in helping and even implementing it if you will.
isBatak and joshuayoes
Metadata
Metadata
Assignees
Labels
No labels