Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

yield-star-spacing

- Require or disallow spacing around the * in yield* expressions

Fixable

This rule enforces spacing around the * in yield* expressions.

What ESLint should do when it catches the rule break

Show a warning

Options

before

Requires spacing between the yield and the *.

after

Requires spacing between the * and the argument.

Rule examples

You can check them out here.