prettier

Prettier is an opinionated code formatter. (by prettier)

Prettier Alternatives

Similar projects and alternatives to prettier

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better prettier alternative or higher similarity.

prettier reviews and mentions

Posts with mentions or reviews of prettier. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-28.
  • Level Up Your TypeScript Projects: Discover the Power of ESLint and Prettier
    3 projects | dev.to | 28 Nov 2023
    In the dynamic world of full-stack development, incorporating linting and formatting tools such as ESLint and Prettier, along with your TypeScript projects, is essential. This integration is particularly important in team settings to ensure code uniformity in syntax and style. Additionally, these tools play a vital role in early detection of errors and bugs. In this article, we'll explore how these tools automate the coding process to produce clean, consistent, and production-ready code.
  • Prettier $20k Bounty was Claimed
    16 projects | news.ycombinator.com | 27 Nov 2023
    I have a PR fixing that: https://github.com/prettier/prettier/pull/15209

    Just needs another maintainer's stamp.

    16 projects | news.ycombinator.com | 27 Nov 2023
    Some things overlooked in that blog post for others to take into consideration:

    - eslint only works on javascript + typescript (eslint + typescript needs _more_ configuration than eslint + prettier), while prettier works on https://github.com/prettier/prettier/blob/03ebc7869dc9e8f2fc...

    - eslint + prettier doesn't need lots of configuration from the user. You add eslint-plugin-prettier and say `"extends": ["plugin:prettier/recommended"]`

  • How We Started Managing BSA Delivery Processes on GitHub
    6 projects | dev.to | 26 Nov 2023
    prettier. A code formatter and linter for code formatting. It ensures that all our files have a consistent appearance.
  • Joys and woes of monorepos
    3 projects | dev.to | 18 Nov 2023
    One of the greatest things about a monorepo is that you can centralise a lot of tooling configuration. For example, chuck a .prettierrc in the root of your monorepo and you'll never have arguments about code style again. Put a few base tsconfigs in the there to extend, and suddenly TypeScript behaves with beautiful consistency across all your packages. Add formatting, linting and husky as dependencies in the root of your workspace and you no longer need to work through upgrading everything individually when a new version comes out.
  • A Tale of Two Kitchens - Hypermodernizing Your Python Code Base
    31 projects | dev.to | 12 Nov 2023
    To get all your code into a consistent format the next step is to run a formatter. I recommend black, the well-known uncompromising code formatter, which is the most popular choice. Alternatives to black are autoflake, prettier and yapf, if you do not agree with blacks constraints.
  • Static Analysis Tooling 🐍
    2 projects | dev.to | 4 Nov 2023
    The following interview of my open source professor, with the early developers of prettier, does a great job at highlighting the importance of such formatters, and how blessed we should feel to have them at our disposal.
  • Adding code formatting, linting, pre-commit hooks and beyond...
    5 projects | dev.to | 1 Nov 2023
    This week I had to set up and configure Prettier, ESLint, Husky & lint-staged dependencies to my codebase for better code formatting and linting and VSCode integration with prettier, eslint and pre-commit hooks using husky and lint-staged for achieving automation for linting and formatting.
  • TypeScript Boilerplate
    6 projects | dev.to | 17 Sep 2023
    Code Formatting with Prettier: The code is automatically formatted with Prettier, ensuring consistency in writing style.
  • How I approach and structure Enterprise frontend applications after 4 years of using Next.js
    5 projects | dev.to | 9 Sep 2023
    Prettier
  • A note from our sponsor - Onboard AI
    getonboard.dev | 10 Dec 2023
    Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →

Stats

Basic prettier repo stats
412
47,409
9.7
about 8 hours ago
Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
getonboard.dev