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

There is a newer version: 2.5
Show newest version

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

Noncompliant Code Example

<!-- Noncompliant -->

Compliant Solution

// Compliant
/* Compliant */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy