module.exports = { rules: { /** * jsx 中禁止使用 bind */ 'react/jsx-no-bind': 'off', }, }