no-caller
Configuration
rslint.config.ts
Rule Details
Disallows the use of arguments.caller and arguments.callee. The use of arguments.caller and arguments.callee make several code optimizations impossible. They have been deprecated in future versions of JavaScript and their use is forbidden in ECMAScript 5 strict mode.
Examples of incorrect code for this rule:
Examples of correct code for this rule: