module.exports = { rules: { /** * 禁止出现没必要的 bind */ 'no-extra-bind': 'error', }, }