UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 147 B
module.exports = { rules: { /** * iframe 组件必须添加 sandbox 属性 */ 'react/iframe-missing-sandbox': 'error', }, };