# airbnb/javascript

JavaScript Style Guide

Repository: https://github.com/airbnb/javascript
Canonical: https://ross.abutalabs.com/products/javascript
Language: JavaScript
License: MIT
License Family: permissive
Topics: javascript, eslint, naming-conventions, arrow-functions, style-guide, style-linter, es6, es2015, linting, styleguide, es2016, es2017, es2018, tc39
Last push: 2026-04-16T19:24:09+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 77, release rhythm 35, longevity 100
- inputs: {"age_days": 5053, "days_push": 139, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 148136, forks 26597 (observed 2026-08-28T04:12:24.343402+00:00)

## What it is
Airbnb's widely adopted JavaScript style guide documenting coding conventions, naming rules, and best practices for modern JavaScript (ES5 through ES2018+). It ships with companion ESLint shareable configs (eslint-config-airbnb and eslint-config-airbnb-base) so the rules can be enforced automatically.

## Use cases
- enforce consistent javascript code style across a team
- set up eslint rules for a javascript project
- learn javascript best practices and conventions
- standardize naming conventions and arrow function usage
- configure a shareable eslint config for es6+
- onboard new developers to a common javascript style

## When to choose
- you want a battle-tested, community-standard JavaScript style guide with ready-made ESLint configs
- you need consistent code style across React or plain JavaScript codebases
- you want documented rationale for each style rule

## When to avoid
- you need a style guide for another language
- you prefer a minimal or fully customizable linting setup without opinionated defaults
- you need an executable tool rather than documentation and configs

## Facets
- artifact type: learning-resource
- maturity: active
- function: linter, formatter, developer-tools
- domain: web-development, frontend, developer-tools, programming-languages
- platform: browser
- tags: style-guide, eslint-config, coding-standards, code-style, best-practices, es6, javascript, nodejs

## Member repositories
- airbnb/javascript (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:24.343402+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:11:01.343088+00:00, confidence not recorded.
  - readme: https://github.com/airbnb/javascript (fetched 2026-08-28T04:12:24.343402+00:00, sha 4fc1cec5d5db)
- Data as of 2026-08-30T08:39:29.467469+00:00.
