module.exports = { rules: { /** * 类组件中的生命周期函数不要使用箭头函数 */ 'react/no-arrow-function-lifecycle': 'off', }, };