UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 182 B
module.exports = { rules: { /** * 禁止在 React.PureComponent 中使用 shouldComponentUpdate */ 'react/no-redundant-should-component-update': 'error', }, };