Newer Version Available
Disallow Use of caller and and callee ( ( no-caller ) )
Prevent the use of arguments.caller and arguments.callee. These
are also forbidden in ECMAScript 5 and later when in strict mode, which is enabled under
Lightning Locker. This is a standard rule built into ESLint.
For complete details about this rule, including examples, see the corresponding ESLint documentation, Disallow Use of caller/callee (no-caller).