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 f215f13 commit bf707fcCopy full SHA for bf707fc
docs/rules/no-negated-v-if-condition.md
@@ -54,7 +54,8 @@ Nothing.
54
55
## :couple: Related Rules
56
57
-- [no-negated-v-if-condition](https://eslint.org/docs/rules/no-negated-v-if-condition)
+- [no-negated-condition](https://eslint.org/docs/latest/rules/no-negated-condition)
58
+- [unicorn/no-negated-condition](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-negated-condition.md)
59
60
## :mag: Implementation
61
0 commit comments