UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 187 B
module.exports = { rules: { /** * 禁止出现没必要的 call 或 apply * @category Best Practices */ 'no-useless-call': 'error' } };