module.exports = { rules: { /** * 禁止在 setState 中使用 this.state */ 'react/no-access-state-in-setstate': 'off', }, }