Do not use HTML-style comments as they are not part of EcmaScript specification.

The following code snippet illustrates this rule:

<!-- Non-Compliant
<!-- Non-Compliant -->
// Compliant
/* Compliant */