Skip to content

complete/no-empty-line-comments

💼 This rule is enabled in the ✅ recommended config.

📝 Disallows empty line comments (and automatically removes them).

🔧 This rule is automatically fixable by the --fix CLI option.

// Bad
//
// Bad
//
//
// Good
// This is an non-empty comment. Empty comments are indicative of a mistake.

This rule is not configurable.