Skip to content

Add support to folder case naming convention #19

@fsmaia

Description

@fsmaia

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions