Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Add "no warning comments" rule #3451

Closed
jez9999 opened this issue Nov 4, 2017 · 1 comment
Closed

Add "no warning comments" rule #3451

jez9999 opened this issue Nov 4, 2017 · 1 comment

Comments

@jez9999
Copy link
Contributor

jez9999 commented Nov 4, 2017

ESLint has a no-warning-comments rule which is very useful if you want to enforce clean code when committing changes; you may want to prevent stray "TODO" or "FIXME" comments as they are messy and indicate that code may not be production-ready. The same rule should exist for TSLint.

@JoshuaKGoldberg
Copy link
Contributor

This already exists in tslint-microsoft-contrib as no-suspicious-comment. Closing this particular issue as a subset of #1142.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants