From da238cc731a9b5ecd48280e0ea4ebd8a48ebeedc Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 12 Nov 2021 02:43:51 +0100 Subject: [PATCH] docs: remove deprecation note from lines-around-comment (#15293) This rule was mistakenly marked as deprecated in the documentation. Fixes #15292 --- docs/rules/lines-around-comment.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/rules/lines-around-comment.md b/docs/rules/lines-around-comment.md index 70282513da0..ae543bd837b 100644 --- a/docs/rules/lines-around-comment.md +++ b/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.