module.exports = { rules: { /** * 必须在构造函数中初始化 state */ 'react/state-in-constructor': 'off', }, }