Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

rest-spread-spacing

- Enforce spacing between rest and spread operators and their expressions

Fixable

This rule aims to enforce consistent spacing between rest and spread operators and their expressions. The rule also supports object rest and spread properties in ES2018:.

What ESLint should do when it catches the rule break

Show a warning

Options

never

Rule examples

You can check them out here.