We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9c5e2 commit 702e432Copy full SHA for 702e432
docs/rules/no-negated-condition.md
@@ -15,6 +15,10 @@ description: Disallow negated conditions in `<template>`
15
16
This rule is the same rule as core [no-negated-condition] rule but it applies to the expressions in `<template>`.
17
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
22
## :books: Further Reading
23
24
- [no-negated-condition]
0 commit comments