I have been trying out the pre-release of all the new rules for a switch from ember-template-lint. I noticed there are two rules in ember-template-lint's recommend config that are not in this repo. For one of them, template-no-partial, the absence makes sense since partials a thing of the distant past and have no reason to exist in GTS/GJS. But the other rule, template-no-negated-condition is missing, but should probably be here. It's listed in the prepare release PR (#2369) and was ported in #2483 but now it appears to have been lost in the shuffle.
https://github.com/NullVoxPopuli/eslint-plugin-ember/blob/master/docs/rules/template-no-negated-condition.md
I have been trying out the pre-release of all the new rules for a switch from
ember-template-lint. I noticed there are two rules inember-template-lint's recommend config that are not in this repo. For one of them,template-no-partial, the absence makes sense since partials a thing of the distant past and have no reason to exist in GTS/GJS. But the other rule,template-no-negated-conditionis missing, but should probably be here. It's listed in the prepare release PR (#2369) and was ported in #2483 but now it appears to have been lost in the shuffle.https://github.com/NullVoxPopuli/eslint-plugin-ember/blob/master/docs/rules/template-no-negated-condition.md