module.exports = { rules: { /** * iframe 组件必须添加 sandbox 属性 */ 'react/iframe-missing-sandbox': 'error', }, };