- Require function names to match the name of the variable or property to which they are assigned
This rule requires function names to match the name of the variable or property to which they are assigned. The rule will ignore property assignments where the property name is a literal that is not a valid identifier in the ECMAScript version specified in your configuration (default ES5).
Checks also Object.create, Object.defineProperty, Object.defineProperties, and Reflect.defineProperty.
Checks also module.exports and module["exports"].
You can check them out here.