Skip to content

Commit 702e432

Browse files
authored
Add unicorn/no-negated-condition related rule
1 parent fd9c5e2 commit 702e432

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/rules/no-negated-condition.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ description: Disallow negated conditions in `<template>`
1515

1616
This rule is the same rule as core [no-negated-condition] rule but it applies to the expressions in `<template>`.
1717

18+
## :couple: Related Rules
19+
20+
- [unicorn/no-negated-condition](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-negated-condition.md)
21+
1822
## :books: Further Reading
1923

2024
- [no-negated-condition]

0 commit comments

Comments
 (0)