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
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.
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.
The text was updated successfully, but these errors were encountered: