Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

no-caller

- Disallow the use of arguments.caller or arguments.callee

This rule is aimed at discouraging the use of deprecated and sub-optimal code, but disallowing the use of arguments.caller and arguments.callee. As such, it will warn when arguments.caller and arguments.callee are used.

What ESLint should do when it catches the rule break

Show a warning

Rule examples

You can check them out here.