--- ruleName: no-arg description: Disallows use of `arguments.callee`. rationale: |- Using `arguments.callee` makes various performance optimizations impossible. See [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments/callee) for more details on why to avoid `arguments.callee`. optionsDescription: Not configurable. options: null optionExamples: - 'true' type: functionality optionsJSON: 'null' layout: rule title: 'Rule: no-arg' ---