You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Many projects can have different styles for naming files. For example React projects can have pascal-case rule for component files (Component.tsx, Some/Other/Component.tsx) and kebab-case rule for other files (utils/formatter.ts, helper/check-string.ts).
So I think we should extend rule file-name-casing to array of styles with filename pattern as one of arguments. For example:
Feature request
Many projects can have different styles for naming files. For example React projects can have
pascal-case
rule for component files (Component.tsx
,Some/Other/Component.tsx
) andkebab-case
rule for other files (utils/formatter.ts
,helper/check-string.ts
).So I think we should extend rule
file-name-casing
to array of styles with filename pattern as one of arguments. For example:The text was updated successfully, but these errors were encountered: