Skip to content

Commit 51ccd98

Browse files
committed
chore: remove unnecessary note about ember-template-lint rule
1 parent 1bd048a commit 51ccd98

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/rules/template-no-negated-comparison.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
<!-- end auto-generated rule header -->
44

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-
95
Disallows negated comparison operators in templates.
106

117
## Rule Details

0 commit comments

Comments
 (0)