UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 160 B
module.exports = { rules: { /** * 组件内没有 children 时,必须使用自闭和写法 */ 'react/self-closing-comp': 'error', }, };