Software Alternatives, Accelerators & Startups

Prettier VS Standard JS

Compare Prettier VS Standard JS and see what are their differences

Prettier logo Prettier

An opinionated code formatter

Standard JS logo Standard JS

DevOps, Build, Test, Deploy, and Code Review
  • Prettier Landing page
    Landing page //
    2022-06-27
  • Standard JS Landing page
    Landing page //
    2023-08-29

Prettier videos

Code Formatting with Prettier in Visual Studio Code

More videos:

  • Review - ESLint + Prettier + VS Code — The Perfect Setup
  • Review - Miranda Lambert -- Only Prettier [REVIEW/RATING]

Standard JS videos

No Standard JS videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Prettier and Standard JS)
Code Coverage
91 91%
9% 9
Code Analysis
91 91%
9% 9
Developer Tools
97 97%
3% 3
Code Collaboration
0 0%
100% 100

User comments

Share your experience with using Prettier and Standard JS. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Prettier should be more popular than Standard JS. It has been mentiond 259 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Prettier mentions (259)

  • Make Commit in Your React Project Format-Test-Build Ready with Husky - A Step-by-Step Guide
    Prettier: It makes our code prettier by formatting. It supports many languages and editors. - Source: dev.to / 7 days ago
  • Rustify your JavaScript tooling
    A big part of my work revolves around JavaScript tooling, and as such it's important to keep an eye on the ecosystem and see where things are going. It's no secret that recently lots of projects are native-ying (??) parts of their codebase, or even rewriting them to native languages altogether. Esbuild is one of the first popular and successful examples of this, which was written in Go. Other examples are Rspack... - Source: dev.to / 10 days ago
  • How to prevent Prettier putting a full stop on a new line after a link
    Do you use Prettier? Have your configuration settings caused weird HTML rendering issues by adding extra whitespace where you didn't want it? Perhaps after an anchor link at the end of a paragraph? Me, too. Here's what's happening and how you might be able to fix it. - Source: dev.to / 18 days ago
  • Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects
    In this post, I also use ESLint + Standard JS as my code formatting tools. Formatting JS/TS code by using ESLint is also subjective and opinionated, arguably most people would rather use Prettier instead, which provides more configurable options. - Source: dev.to / 25 days ago
  • To Review or Not to Review: The Debate on Mandatory Code Reviews
    Automating code checks with static code analysis allows us to enforce code styling effectively. By integrating tools into our workflow, we can identify errors at an early stage, while coding instead of blocking us at the end. For instance, flake8 checks Python code for style and errors, eslint performs similar checks for JavaScript, and prettier automatically formats code to maintain consistency. - Source: dev.to / about 1 month ago
View more

Standard JS mentions (27)

  • Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects
    Sorry, I've gone too far. I'm not here to persuade you to use Standard JS. My intention is to provide information and guidance on configuring JavaScript Standard Style for your team, should you agree with me or have other reasons to choose it. - Source: dev.to / 25 days ago
  • Why is Prettier rock solid?
    I picked up standard[1] a while back for this reason, I don't want to have to think about it. It works fine, I have no complaints (took me a while to get used to not using semi-colons but now I prefer it) Same reason I use `cargo fmt` as well. [1] https://standardjs.com/. - Source: Hacker News / 3 months ago
  • My prepared repositories for hacktoberfest 23 - any contributions are welcomed 🚀
    A Thin JavaScript Document Storage with Middleware Stack. - Source: dev.to / 8 months ago
  • Dumb question
    For example, if you use https://standardjs.com/ - it will error on your second code snippet and if you ask it for an autofix - it will transfer the minus sign to the first line. Source: over 1 year ago
  • Unleash the Power of Java: A JavaScript Developer's Guide to Best Practices in Java Development
    In comparison, JavaScript doesn't have a strict coding standard, although it does have widely accepted code style guides like the Airbnb JavaScript Style Guide and the JavaScript Standard Style. These guides provide recommendations for code formatting and naming conventions, but they are not as strictly enforced as the Java coding standard. - Source: dev.to / over 1 year ago
View more

What are some alternatives?

When comparing Prettier and Standard JS, you can also consider the following products

ESLint - The fully pluggable JavaScript code quality tool

Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.

EditorConfig - EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.

SonarQube - SonarQube, a core component of the Sonar solution, is an open source, self-managed tool that systematically helps developers and organizations deliver Clean Code.

Babel - Babel is a compiler for writing next generation JavaScript.

Next.js - A small framework for server-rendered universal JavaScript apps