"add a space at comment start" not working for JSX
https://gyazo.com/b201d33eae5037c6cb2392bf1f2a135d
I enabled 'Add a space for comment start' for both JavaScript and TypeScript, but when I comment JSX code, it doesn't add a space
{/*This is comment*/}
{/* This is comment */} . <-- should be
The linter isn't very happy about this.
Please sign in to leave a comment.
Please follow https://youtrack.jetbrains.com/issue/WEB-21653 for updates