4 popular JavaScript style guides that will help your team write better code

This page summarizes the projects mentioned and recommended in the original post on dev.to

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. idiomatic.js

    Principles of Writing Consistent, Idiomatic JavaScript

    Idiomatic is one of the most popular JavaScript style guides, and it’s open to pull requests, so you are free to contribute to it or adapt it to your own needs.

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. Standard

    🌟 JavaScript Style Guide, with linter & automatic code fixer

    The JavaScript Standard Style was released as open-source under an MIT license by Feross Abukhadijeh. It has a linter and a code fixer that allows you to format code automatically and easily detect bugs and style issues. Plus, you don’t need to maintain multiple style configuration files for every module or project you’re working on since no configuration is needed.

  4. javascript

    JavaScript Style Guide

    The Airbnb JavaScript Style Guide was released in 2012, and it has the complete definition of coding standards used at Airbnb. It is known for its consistency, readability, predictability, and efficiency. This style guide covers nearly every aspect of JavaScript, from objects and events to testing and performance.

  5. eslint-config-google

    Discontinued ESLint shareable config for the Google JavaScript style guide

    The Google JavaScript Style Guide was released in 2012, and it has the complete definition of coding standards used at Google. This style guide has two parts, one focusing on style rules (aesthetic issues of formatting) and the other focusing on language rules (conventions and coding standards). In addition, it has an ESLint package that you can use to incorporate the style guide into your project.

  6. angularjs-style-guide

    📚 Community-driven set of best practices for AngularJS application development

    AngularJS Style Guide: a community-driven set of best practices for AngularJS application development.

  7. clean-code-javascript

    Clean Code concepts adapted for JavaScript

    Clean Code JavaScript: the concepts of the book Clean Code, by Robert C. Martin, adapted for JavaScript.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Eslint & Prettier Configuration React Native(Airbnb Style)

    5 projects | dev.to | 4 Dec 2023
  • Unleash the Power of Java: A JavaScript Developer's Guide to Best Practices in Java Development

    2 projects | dev.to | 5 Feb 2023
  • Javascript Style Guides

    3 projects | dev.to | 21 Jun 2022
  • EditorConfig, ESLint e Prettier - A tríade dos projetos

    4 projects | dev.to | 3 Dec 2021
  • Which Javascript/Typescript style guides do you use?

    2 projects | /r/learnjavascript | 25 Nov 2021

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?