Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(file-name-matches-element): respect 'none' case type #127

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Conversation

43081j
Copy link
Owner

@43081j 43081j commented Sep 22, 2023

We forgot to implement none as a case type/transform in the file-name-matches-element rule. It is basically a pass-through transform, i.e. the name of the class should be exactly the name of the file.

Fixes #126

We forgot to implement `none` as a case type/transform in the
file-name-matches-element rule. It is basically a pass-through
transform, i.e. the name of the class should be exactly the name of the
file.

Fixes #126
@43081j 43081j merged commit d9f7aba into master Sep 22, 2023
4 checks passed
@43081j 43081j deleted the none-case branch September 22, 2023 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

file-name-matches-element is broken after migrating to v2
1 participant