Pattern: Use of Object.assign()
Issue: -
Enforces the use of the ES2015 object spread operator over Object.assign()
where appropriate.
Rationale: Object spread allows for better type checking and inference.
Pattern: Use of Object.assign()
Issue: -
Enforces the use of the ES2015 object spread operator over Object.assign()
where appropriate.
Rationale: Object spread allows for better type checking and inference.