you-dont-need / You-Dont-Need-Lodash-Underscore

List of JavaScript methods which you can use natively + ESLint Plugin
MIT License
18.61k stars 813 forks source link

head, first & last rules #373

Closed Endremgs closed 1 year ago

Endremgs commented 1 year ago

Suggest the use of Array.prototype.at() instead for ES13(I would prefer to use Ecmascript 2022, but didn't see any previous use of that convention).