module.exports = { rules: { /** * img, br 标签中禁止有 children */ 'react/void-dom-elements-no-children': 'error', }, }