Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In JSX, a multi-line call expression should have the normal js `commentstring`. For example: ```jsx <div> {hello({ foo: 'bar', })} </div> ``` Commenting the line with `foo: 'bar',` shouldn't use the JSX comment style. There are other similar cases that might fail though, for example, a multi-line array or string, but those are even rarer cases. Related to #22
- Loading branch information