aladdin-add/eslint-plugin

no-caller

g-plane opened this issue · 0 comments

文档:https://eslint.org/docs/rules/no-caller

修复方法是,检查所在的函数有没有命名,如果有,就将 arguments.callee 改为函数名。