- Enforce the consistent use of either function declarations or expressions
This rule enforces a particular type of function style throughout a JavaScript file, either declarations or expressions. You can specify which you prefer in the configuration.
Allows the use of arrow functions.
You can check them out here.