UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 150 B
module.exports = { rules: { /** * 禁止使用 children 做 props */ 'react/no-children-prop': 'error' } };