jsx-eslint/eslint-plugin-react

Rule proposal: forbid superfluous enclosing spaces in same-line jsx components

Open

#191 建立於 2015年8月17日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)JavaScript (8,630 star) (2,797 fork)batch import
help wantednew rule

描述

This would produce a warning:

<span> { tab.title } </span>

as it produces 3 <span> DOM nodes (typically not wanted)

This wouldn't:

<span>{ tab.title }</span>

貢獻者指南