- Enforce spacing between rest and spread operators and their expressions
This rule aims to enforce consistent spacing between rest and spread operators and their expressions. The rule also supports object rest and spread properties in ES2018:.
You can check them out here.