UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 178 B
module.exports = { rules: { /** * 禁止在使用了 dangerouslySetInnerHTML 的组件内添加 children */ 'react/no-danger-with-children': 'error', }, };