-
Notifications
You must be signed in to change notification settings - Fork 236
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
feat(rules): add prefer-todo rule #218
Conversation
I came up with |
Thanks! Can you add code for |
I've pushed 2 failing test cases from Jest's code base. The first crashes and the second is a false positive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some initial thoughts. Thanks so much for opening this PR, @doniyor2109! 😄
Thank you! |
# [22.2.0](jest-community/eslint-plugin-jest@v22.1.3...v22.2.0) (2019-01-29) ### Features * **rules:** add prefer-todo rule ([#218](jest-community/eslint-plugin-jest#218)) ([abe1bfd](jest-community/eslint-plugin-jest@abe1bfd)), closes [#217](jest-community/eslint-plugin-jest#217)
Added prefer-todo rule as mentioned #217