From 946173f909348caf95760a01d8d52011adffb1d7 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 517f8219166..d5823acc898 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"] },