Skip to content

Commit

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

Fixes #15292
  • Loading branch information
mdjermanovic committed Nov 12, 2021
1 parent 1055f16 commit da238cc
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 da238cc

Please sign in to comment.