v3.0.0
- Add
avoid-reverse
rule, suggesting to use inverse operations instead of callingreverse()
https://air.ghost.io/js-things-i-never-knew-existed/ reminded me that this may not be obvious and is in the same vein as avoiding amap()
call afterArray.from()
.