prefer-find
Enforce the use of Array.prototype.find() over Array.prototype.filter() followed by [0] when looking for a single result.
Enforce the use of Array.prototype.find() over Array.prototype.filter() followed by [0] when looking for a single result.