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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: