help wantednew rule
仓库指标
- Star
- (8,630 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
I haven't found any rule that complains about the following:
<Comp a={1}b={2}c={3}/>
And enforces space between props:
<Comp a={1} b={2} c={3}/>
Notice how it shall not affect the space before closing tag.
Is there a rule for it? If not, here it's my suggestion for it.