module.exports = { rules: { /** * 组件必须有 shouldComponentUpdate */ 'react/require-optimization': 'off', }, }