All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.javascript.rules.javascript.HtmlComments.html Maven / Gradle / Ivy

HTML-style comments are not part of EcmaScript specification, and should not be used.

Noncompliant Code Example

<!-- Noncompliant -->

Compliant Solution

// Compliant
/* Compliant */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy