module.exports = { rules: { /** * 禁止组件的属性或生命周期大小写错误 */ 'react/no-typos': 'error', }, }