"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.

0

Please sign in to leave a comment.