JavaScript Formatter
Format JavaScript and JSX with Prettier without executing the code.
Convert in your browser · No sign-up
How to use
- Format JavaScript and JSX with Prettier without executing the code.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
const x={a:1}; → const x = { a: 1 };Details and limitations
Uses the Babel parser, two-space indentation and an 80-column target. TypeScript syntax is outside this tool’s parser.
Text stays in your browser; it is not sent to a conversion server.
FAQ
JavaScript Formatter — What are the supported inputs and limits?
Uses the Babel parser, two-space indentation and an 80-column target. TypeScript syntax is outside this tool’s parser.
Related tools
Format references
Tool page updated: