Disallow /*
-comments.
/* Comment */
// ↑ ↑
// This line
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