module.exports = { rules: { /** * 禁止使用 dangerouslySetInnerHTML */ 'react/no-danger': 'off', }, }