Skip to content

Commit

Permalink
docs: fix 'Related Rules' heading in no-constant-binary-expression (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Apr 23, 2022
1 parent e70ae81 commit 5222659
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 5222659

Please sign in to comment.