Newer Version Available

This content describes an older version of this product. View Latest

Disallow Use of eval() (no-eval)

Prevent the use of eval() to execute arbitrary code. eval() represents a significant security risk, and is forbidden under LockerService. This is a standard rule built into ESLint.

For complete details about this rule, including examples, see the corresponding ESLint documentation, Disallow eval() (no-eval).