There are exists many beautiful code formatting tools for vanilla Javascript. For example, JSCS. Is there any tool that can validate and format reactjs templates?
I have got error like that one at this moment
Unexpected token < at static/view/Auth.jsx :
34 |
35 | return (
36 | <div className="auth-page"></div>