Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

no-implied-eval

- Disallow the use of eval()-like methods

This rule aims to eliminate implied eval() through the use of setTimeout(), setInterval() or execScript(). As such, it will warn when either function is used with a string as the first argument.

What ESLint should do when it catches the rule break

Show a warning

Rule examples

You can check them out here.