E0341: using '===' or '!==' against an array literal does not compare items
Using the strict equality or inequality operator against an array literal will not compare the items in them, e.g.
There are several ways to fix this warning, for example, we could compare all items manually, or, we could craft a JSON string and compare them
Introduced in quick-lint-js version 2.10.0.