HTML-style comments are not part of EcmaScript specification, and should not be used.
<!-- Noncompliant -->
// Compliant /* Compliant */
This rule is deprecated, and will eventually be removed.