Practices and Specific ES Features > no-argument-spread
Lints against expressions like Math.max(...args) that can lead to a stack overflow for large arrays.
Lints against expressions like Math.max(...args) that can lead to a stack overflow for large arrays.