About 50 results
Open links in new tab
  1. Prettier · Opinionated Code Formatter · Prettier

    Opinionated Code Formatter What is Prettier? An opinionated code formatter Supports many languages Integrates with most editors Has few options »

  2. Install · Prettier

    prettier --write . is great for formatting everything, but for a big project it might take a little while. You may run prettier --write app/ to format a certain directory, or prettier --write app/components/Button.js to …

  3. What is Prettier? · Prettier

    What is Prettier? Prettier is an opinionated code formatter with support for: JavaScript (including experimental features) JSX Angular Vue Flow TypeScript CSS, Less, and SCSS HTML …

  4. Options · Prettier

    Options Prettier ships with a handful of format options. To learn more about Prettier’s stance on options – see the Option Philosophy. If you change any options, it’s recommended to do it via a configuration …

  5. Configuration File · Prettier

    Prettier intentionally doesn’t support any kind of global configuration. This is to make sure that when a project is copied to another computer, Prettier’s behavior stays the same. Otherwise, Prettier …

  6. Prettier v3.8.3

    Test your code formatting with Prettier's online playground, which allows you to experiment with different options and see real-time results.

  7. Editor Integration · Prettier

    To get the most out of Prettier, it’s recommended to run it from your editor.

  8. CLI · Prettier

    Use the prettier command to run Prettier from the command line.

  9. What is Prettier? · Prettier

    What is Prettier? Prettier is an opinionated code formatter with support for: JavaScript (including experimental features) JSX Angular Vue Flow TypeScript CSS, Less, and SCSS HTML …

  10. Plugins · Prettier

    Plugins are ways of adding new languages or formatting rules to Prettier. Prettier’s own implementations of all languages are expressed using the plugin API. The core prettier package contains JavaScript …