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

Add auto-fix for lower-case-title #8

Closed
tobiasdiez opened this issue Oct 16, 2022 · 0 comments · Fixed by #10
Closed

Add auto-fix for lower-case-title #8

tobiasdiez opened this issue Oct 16, 2022 · 0 comments · Fixed by #10

Comments

@tobiasdiez
Copy link

tobiasdiez commented Oct 16, 2022

Add auto-fix for lower-case-title, which just replaces the title by its lowercased version. Maybe consider replacing pascal casing by spaces, e.g. userAuth -> user auth.

I think the rule is also way to strong, since it inspects the whole title but its jest equivalent https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/prefer-lowercase-title.md only cares about the first character of the title.

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 a pull request may close this issue.

1 participant