About 18,600 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. prettier - npm

    Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when …

  4. GitHub - prettier/prettier: Prettier is an opinionated code formatter.

    Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when …

  5. Prettier - GitHub

    Prettier is an opinionated code formatter. Prettier has 45 repositories available. Follow their code on GitHub.

  6. Prettier - Code formatter - Visual Studio Marketplace

    Prettier Formatter for Visual Studio Code Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line …

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

  8. Formatting code with Prettier - GeeksforGeeks

    Jul 23, 2025 · Prettier is an opinionated code formatter that will take all your code, remove the inconsistency in the codebase in styling the code, and ensure the output code is formatted in the …

  9. Prettier v3.8.4

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

  10. Why Prettier? · Prettier

    Running Prettier in this case is a quick win, the codebase is now uniform and easier to read without spending hardly any time. “Take a look at the code :) I just need to restore sanity.” “We inherited a …