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

Typo in documentation of vitest/prefer-to-be-falsy #219

Closed
AndreaPontrandolfo opened this issue Jul 29, 2023 · 0 comments · Fixed by #220
Closed

Typo in documentation of vitest/prefer-to-be-falsy #219

AndreaPontrandolfo opened this issue Jul 29, 2023 · 0 comments · Fixed by #220

Comments

@AndreaPontrandolfo
Copy link

There is a typo here: https://github.com/veritem/eslint-plugin-vitest/blob/main/docs/rules/prefer-to-be-falsy.md

This rule aims to enforce the use of toBeFalsy() over toBeFalsy()

Should be:

This rule aims to enforce the use of toBeFalsy() over toBe(false)

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