UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 265 B
module.exports = { rules: { /** * 禁止在 componentDidMount 里面使用 setState * @category React * @reason 同构应用需要在 didMount 里写 setState */ 'react/no-did-mount-set-state': 'off' } };