module.exports = { rules: { /** * 禁止直接修改 this.state */ 'react/no-direct-mutation-state': 'error', }, }