UNPKG

eslint-config-alloy

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