UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 195 B
module.exports = { rules: { /** * 禁止出现没必要的 bind * @category Best Practices * @fixable */ 'no-extra-bind': 'error' } };