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)