From 5463afc7da4ec8f24bbd201f54c4e4a0e4b5c1fe Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Tue, 5 Jan 2021 15:59:05 -0500 Subject: [PATCH] Docs: update space-in-parens related rules --- 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 bfc0b46ed32..a39692148bd 100644 --- a/docs/rules/space-in-parens.md +++ b/docs/rules/space-in-parens.md @@ -276,4 +276,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)