Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autofix html style comment in jsx to jsx comment #13

Closed
JounQin opened this issue Jul 31, 2019 · 1 comment
Closed

Autofix html style comment in jsx to jsx comment #13

JounQin opened this issue Jul 31, 2019 · 1 comment
Assignees
Labels
🦋 type/enhancement This is great to have

Comments

@JounQin
Copy link
Member

JounQin commented Jul 31, 2019

// input
<Test>
  <!-- it's a comment -->
</Test>

// fixed output
<Test>
  {/* it's a comment */}
</Test>
@JounQin JounQin added the 🦋 type/enhancement This is great to have label Jul 31, 2019
@JounQin JounQin self-assigned this Jul 31, 2019
@JounQin
Copy link
Member Author

JounQin commented Jul 31, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦋 type/enhancement This is great to have
Development

No branches or pull requests

1 participant