Newer Version Available
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).