- Enforce consistent spacing around * operators in generator functions
This rule aims to enforce spacing around the * of generator functions.
Requires spacing between the * and the function keyword.
Requires spacing between the * and the function name.
You can check them out here.