Pattern: Use of /*
-comment
Issue: -
Disallow /*
-comments. This rule only works on CSS comments (/* */
) and ignores all double-slash (//
) comments.
The following patterns are considered violations:
/* comment */
/*
* comment
*/
The following patterns are not considered warnings:
// comment