module.exports = { rules: { /** * 禁止在 React.PureComponent 中使用 shouldComponentUpdate */ 'react/no-redundant-should-component-update': 'error', }, }