prefer-set-size
UnreleasedConfiguration
rslint.config.ts
Prefer using Set#size instead of Array#length.
Converting a Set into an array solely to read its length performs unnecessary
work. Use its size property directly.
Prefer using Set#size instead of Array#length.
Converting a Set into an array solely to read its length performs unnecessary
work. Use its size property directly.