Skip to content

Commit

Permalink
Revert "docs: add links between rules about whitespace around block c…
Browse files Browse the repository at this point in the history
…urly braces (eslint#15625)"

This reverts commit 47b44b4.
  • Loading branch information
srijan-deepsource committed May 30, 2022
1 parent dbbc61a commit 8852a12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions docs/rules/block-spacing.md
Expand Up @@ -75,8 +75,3 @@ class C {
## When Not To Use It

If you don't want to be notified about spacing style inside of blocks, you can safely disable this rule.

## Related Rules

* [space-before-blocks](space-before-blocks.md)
* [brace-style](brace-style.md)
5 changes: 0 additions & 5 deletions docs/rules/brace-style.md
Expand Up @@ -386,11 +386,6 @@ class D { static { foo(); } }

If you don't want to enforce a particular brace style, don't enable this rule.

## Related Rules

* [block-spacing](block-spacing.md)
* [space-before-blocks](space-before-blocks.md)

## Further Reading

* [Indent style](https://en.wikipedia.org/wiki/Indent_style)
1 change: 0 additions & 1 deletion docs/rules/space-before-blocks.md
Expand Up @@ -217,5 +217,4 @@ You can turn this rule off if you are not concerned with the consistency of spac
* [keyword-spacing](keyword-spacing.md)
* [arrow-spacing](arrow-spacing.md)
* [switch-colon-spacing](switch-colon-spacing.md)
* [block-spacing](block-spacing.md)
* [brace-style](brace-style.md)

0 comments on commit 8852a12

Please sign in to comment.