module.exports = { rules: { /** * 禁止将 children 作为一个 prop */ 'react/no-children-prop': 'error', }, }