Skip to content

Commit

Permalink
Doc: update space-in-parens related rules
Browse files Browse the repository at this point in the history
  • Loading branch information
brodybits committed Jan 5, 2021
1 parent aeba5e5 commit 55badb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/rules/space-in-parens.md
Expand Up @@ -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)

0 comments on commit 55badb4

Please sign in to comment.