Array.from() on a Set doesn't get noticed by the prefer-set-size rule as a conversion from a set to an array
https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/rules/prefer-set-size.js
// This passes when it shouldn't:
Array.from(new Set(array)).length