E0345: using equality or inequality operators against an object literal always produces the same result
Using equality or inequality operators against any object literal will always yield false or true respectively, e.g.
To fix this particular example, we could compare the properties manually
Introduced in quick-lint-js version 2.10.0.
Documentation for other errors