Rule: no-arg
Disallows use of arguments.callee
.
Rationale
Using arguments.callee
makes various performance optimizations impossible.
See MDN
for more details on why to avoid arguments.callee
.
Config
Not configurable.
Config examples
"no-arg": true
Schema
null