require-array-join-separator
Configuration
rslint.config.ts
Rule Details
Enforces passing an explicit separator to Array#join() instead of relying on
the default comma separator.
Examples of incorrect code for this rule:
Examples of correct code for this rule: