Skip to content

Commit

Permalink
Revert "docs: fix 'Related Rules' heading in no-constant-binary-expre…
Browse files Browse the repository at this point in the history
…ssion (eslint#15799)"

This reverts commit d0b6c71.
  • Loading branch information
srijan-deepsource committed May 30, 2022
1 parent 6e31785 commit 2061077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rules/no-constant-binary-expression.md
Expand Up @@ -70,6 +70,6 @@ const objIsEmpty = Object.keys(someObj).length === 0;
const arrIsEmpty = someArr.length === 0;
```
## Related Rules
Related Rules:
* [no-constant-condition](no-constant-condition)

0 comments on commit 2061077

Please sign in to comment.