From f2687e71f9e2a2773f821c4dc1a02abe95b97df4 Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Sun, 10 Jan 2021 00:06:20 -0500 Subject: [PATCH] Docs: update space-in-parens related rules (#13985) --- docs/rules/space-in-parens.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/rules/space-in-parens.md b/docs/rules/space-in-parens.md index ca511924726..33970366131 100644 --- a/docs/rules/space-in-parens.md +++ b/docs/rules/space-in-parens.md @@ -287,4 +287,6 @@ You can turn this rule off if you are not concerned with the consistency of spac ## Related Rules -* [space-in-brackets](space-in-brackets.md) (deprecated) +* [array-bracket-spacing](array-bracket-spacing.md) +* [object-curly-spacing](object-curly-spacing.md) +* [computed-property-spacing](computed-property-spacing.md)