From 02f34dc5b5232ebe1c218f6e68523e4d876ac5bc Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 24 Feb 2023 07:30:05 +0530 Subject: [PATCH] docs: fix links --- conf/rule-type-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/rule-type-list.json b/conf/rule-type-list.json index 517f8219166e..d5823acc898e 100644 --- a/conf/rule-type-list.json +++ b/conf/rule-type-list.json @@ -6,12 +6,12 @@ ], "deprecated": { "name": "Deprecated", - "description": "These rules have been deprecated in accordance with the deprecation policy, and replaced by newer rules:", + "description": "These rules have been deprecated in accordance with the deprecation policy, and replaced by newer rules:", "rules": [] }, "removed": { "name": "Removed", - "description": "These rules from older versions of ESLint (before the deprecation policy existed) have been replaced by newer rules:", + "description": "These rules from older versions of ESLint (before the deprecation policy existed) have been replaced by newer rules:", "rules": [ { "removed": "generator-star", "replacedBy": ["generator-star-spacing"] }, { "removed": "global-strict", "replacedBy": ["strict"] },