UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 172 B
module.exports = { rules: { /** * 禁止使用 caller 或 callee * @category Best Practices */ 'no-caller': 'error' } };