In haxe, == true is always a mistake, but I prefer == false over ! just because it's so easy to miss a single character.
Would like a way to prevent == true but not == false.
perhaps:
"type": "SimplifyBooleanExpression"
"props": {
"allowFalse": true
}
In haxe,
== trueis always a mistake, but I prefer== falseover!just because it's so easy to miss a single character.Would like a way to prevent
== truebut not== false.perhaps: