Skip to main content

comment-no-empty

禁止空注释。

¥Disallow empty comments.

    /* */
/** ↑

* Comments like this */

该规则忽略类似 SCSS 的注释。

¥This rule ignores SCSS-like comments.

[!WARNING] 选择器和值列表中的注释当前被忽略。

¥[!WARNING] Comments within selector and value lists are currently ignored.

选项

¥Options

true

以下模式被视为问题:

¥The following patterns are considered problems:

/**/
/* */
/*

*/

以下模式不被视为问题:

¥The following patterns are not considered problems:

/* comment */
/*

* Multi-line Comment
**/