Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

id-length

- Enforce minimum and maximum identifier lengths

This rule enforces a minimum and/or maximum identifier length convention.

What ESLint should do when it catches the rule break

Show a warning

Options

properties

always

Specifies a minimum identifier length.

Specifies a maximum identifier length.

Rule examples

You can check them out here.