Sid Chang

Results 13 comments of Sid Chang

Hello @futpib @sindresorhus There are two questions here that I need to ask you to confirm. https://github.com/sindresorhus/eslint-plugin-unicorn/pull/1635#discussion_r771135771 https://github.com/sindresorhus/eslint-plugin-unicorn/pull/1635#issuecomment-996478812 Thx~

Actually, I’m not sure why I need to check the arrays. There are many cases where the contents of the array are duplicated. like this: `((x, y) => Math.pow(x, y)).apply(null,...

Thank you, this suggestion was very helpful. This is indeed the part that I did not handle. I will add this logic.