From 00238729329b86b4f8af89ebfe278da3095a6075 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Fri, 23 Apr 2021 03:38:26 -0500 Subject: [PATCH] Docs: Add deprecated note to `working-with-rules-deprecated` page (#14344) --- docs/developer-guide/working-with-rules-deprecated.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/developer-guide/working-with-rules-deprecated.md b/docs/developer-guide/working-with-rules-deprecated.md index fdd4f9d3e14..5265cb50e79 100644 --- a/docs/developer-guide/working-with-rules-deprecated.md +++ b/docs/developer-guide/working-with-rules-deprecated.md @@ -1,4 +1,6 @@ -# Working with Rules +# Working with Rules (Deprecated) + +**Note:** This page covers the deprecated rule format for ESLint <= 2.13.1. [This is the most recent rule format](./working-with-rules.md). Each rule in ESLint has two files named with its identifier (for example, `no-extra-semi`).