Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

dot-location

- Enforce consistent newlines before and after dots

Fixable

This rule aims to enforce newline consistency in member expressions. This rule prevents the use of mixed newlines around the dot in a member expression.

What ESLint should do when it catches the rule break

Show a warning

Options

object

Rule examples

You can check them out here.