Skip to content

Commit 5222659

Browse files
authored
docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799)
1 parent e70ae81 commit 5222659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/rules/no-constant-binary-expression.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ const objIsEmpty = Object.keys(someObj).length === 0;
7070
const arrIsEmpty = someArr.length === 0;
7171
```
7272
73-
Related Rules:
73+
## Related Rules
7474
7575
* [no-constant-condition](no-constant-condition)

0 commit comments

Comments
 (0)