Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

func-call-spacing

- Require or disallow spacing between function identifiers and their invocations

Fixable

This rule requires or disallows spaces between the function name and the opening parenthesis that calls it.

What ESLint should do when it catches the rule break

Show a warning

Options

never

Rule examples

You can check them out here.