-
Notifications
You must be signed in to change notification settings - Fork 101
Added no-unused-expression converter #205
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
Added no-unused-expression converter #205
Conversation
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.
A good start, but a couple missing TSLint rule options please.
…-template for no-unused-expression-converter rule
…ll-checks and notice for no allow-new
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.
Looks great. Just the two small changes! 😀
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.
Glorious. This rule was a little more complex than it first looked and I appreciate you sticking through with it @asponda. Thanks! 🔥
PR Checklist
status: accepting prs
Overview
Added converter for TSLint rule "no-unused-expression" and unit tests