Skip to content

Commit

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

0 comments on commit f2687e7

Please sign in to comment.