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 1bd048a commit 51ccd98Copy full SHA for 51ccd98
1 file changed
docs/rules/template-no-negated-comparison.md
@@ -2,10 +2,6 @@
2
3
<!-- end auto-generated rule header -->
4
5
-> **Note**: This rule is NOT a port of `ember-template-lint`'s `no-negated-condition`.
6
-> That rule prefers `not-eq` over `if/else`; this rule bans `not-eq` (and similar) entirely.
7
-> These are opposite goals.
8
-
9
Disallows negated comparison operators in templates.
10
11
## Rule Details
0 commit comments