Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

lines-between-class-members

- Require or disallow an empty line between class members

Fixable

Examples of incorrect code for this rule:.

What ESLint should do when it catches the rule break

Show a warning

Options

always

exceptAfterSingleLine

Skips checking empty lines after single-line class members.

Rule examples

You can check them out here.