Skip to content

Commit

Permalink
docs: remove deprecation note from lines-around-comment
Browse files Browse the repository at this point in the history
This rule was mistakenly marked as deprecated in the documentation.

Fixes #15292
  • Loading branch information
mdjermanovic committed Nov 11, 2021
1 parent 1055f16 commit d4a4ed3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/rules/lines-around-comment.md
@@ -1,7 +1,5 @@
# require empty lines around comments (lines-around-comment)

This rule was **deprecated** in ESLint v4.0.0 and replaced by the [`padding-line-between-statements`](padding-line-between-statements.md) rule.

Many style guides require empty lines before or after comments. The primary goal
of these rules is to make the comments easier to read and improve readability of the code.

Expand Down

0 comments on commit d4a4ed3

Please sign in to comment.