Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

no-trailing-spaces

- Disallow trailing whitespace at the end of lines

Fixable

This rule disallows trailing whitespace (spaces, tabs, and other Unicode whitespace characters) at the end of lines.

What ESLint should do when it catches the rule break

Show a warning

Options

skipBlankLines

Allows trailing whitespace on empty lines.

ignoreComments

Allows trailing whitespace in comment blocks.

Rule examples

You can check them out here.