We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70ae81 commit 5222659Copy full SHA for 5222659
docs/src/rules/no-constant-binary-expression.md
@@ -70,6 +70,6 @@ const objIsEmpty = Object.keys(someObj).length === 0;
70
const arrIsEmpty = someArr.length === 0;
71
```
72
73
-Related Rules:
+## Related Rules
74
75
* [no-constant-condition](no-constant-condition)
0 commit comments