This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
react-tsx-curly-spacing bug with comments #353
Labels
Difficulty: Easy
Someone with little to no experience in TSLint should be able to send a pull request for this issue.
Good First Issue 🙌
Howdy, neighbor!
Status: Accepting PRs
Type: Bug
Milestone
With setting:
"react-tsx-curly-spacing": [true, "never", {"allowMultiline": true}],
I get an error for:
<div>{/* comment */}</div>
Error: There should be no space before '}' (react-tsx-curly-spacing)
The text was updated successfully, but these errors were encountered: