Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

space-infix-ops

- Require spacing around infix operators

Fixable

This rule is aimed at ensuring there are spaces around infix operators.

What ESLint should do when it catches the rule break

Show a warning

Options

int32Hint

Allows writing a|0 without space.

Rule examples

You can check them out here.