UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 137 B
module.exports = { rules: { /** * 禁止将 children 作为一个 prop */ 'react/no-children-prop': 'error', }, };