jfmengels/eslint-plugin-fp

non-mutating slice reverse

benjamine opened this issue · 1 comments

it would be nice if .slice().reverse() (usual way to reverse without mutating) where not breaking the fp/no-mutating-methods rule (as .reverse() does).

@benjamine use 'lodash/fp/reverse'