freaktechnik/eslint-plugin-array-func

Prefer Array.from over [...iterable]

freaktechnik opened this issue · 1 comments

Prefer Array.from over [...iterable]

Should also check for Array.of(...iterator) rule name could be efficient-iterator-conversion or similar.