sindresorhus / linkify-urls

Linkify URLs in a string
MIT License
160 stars 22 forks source link

Avoid using `Array#reduce` #35

Closed fregante closed 3 years ago

fregante commented 3 years ago

Applying https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/no-reduce.md

Worth it?

sindresorhus commented 3 years ago

Thanks for all the PRs. Feels great to get rid of "reduce".