RepoPilot

airbnb/javascript

JavaScript Style Guide

Healthy

Healthy across all four use cases

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • Slowing — last commit 5mo ago
  • Concentrated ownership — top contributor handles 50% of recent commits
  • Scorecard: marked unmaintained (1/10)
  • Last commit 5mo ago
  • 41+ active contributors
  • MIT licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: airbnb/javascript

Generated by RepoPilot · document generated 2026-09-12 · concise human review Evidence snapshot · analyzed 2026-09-12T17:53:58.802Z · commit 8ed19247bef1

Verdict

Healthy — Healthy across all four use cases

  • Last commit 5mo ago
  • 41+ active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

airbnb/javascript is an ESLint configuration and style guide repository that codifies Airbnb's JavaScript coding standards for modern ES6+ projects. It provides two main npm packages (eslint-config-airbnb for React/JSX projects and eslint-config-airbnb-base for plain JavaScript) that enforce rules around syntax, formatting, and best practices, plus companion guides for React-specific patterns and CSS-in-JavaScript conventions. Monorepo structure: root package.json orchestrates two parallel npm workspaces under packages/eslint-config-airbnb-base/ (core rules split across rules/*.js files for best-practices, errors, es6, imports, node, strict, style, variables) and…

Start here

Open these first:

  • packages/eslint-config-airbnb-base/index.js — Entry point for the base ESLint configuration shared across all projects; defines core linting rules.
  • packages/eslint-config-airbnb/index.js — Entry point for the full ESLint configuration including React rules; extends the base config.
  • README.md — Primary style guide documentation covering JavaScript conventions, patterns, and best practices.
  • packages/eslint-config-airbnb-base/package.json — Declares dependencies for the base ESLint config including eslint and linting plugins.
  • packages/eslint-config-airbnb/package.json — Declares dependencies for the full ESLint config including React and JSX-related plugins.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/airbnb/javascript.git
cd javascript
npm install

The repository uses npm workspaces; npm install at root runs preinstall hooks that automatically install both packages/eslint-config-airbnb and packages/eslint-config-airbnb-base via the install:config and `inst…

Daily commands:

This is not an executable application; instead, run the test suite:

npm test

This executes npm run lint (markdownlint) then npm run test:config && npm run test:config:base (testing each package's ESLint config). For CI, use npm run travis (runs travis:config and travis:config:base).

…shortened for this brief.

Key cautions & unknowns

  • Slowing — last commit 5mo ago
  • Concentrated ownership — top contributor handles 50% of recent commits
  • Scorecard: marked unmaintained (1/10)
  • Postinstall hook quirk: rimraf node_modules/markdownlint-cli/node_modules/markdownlint removes markdownlint from markdownlint-cli's node_modules; if your Node version or npm version handles transitive…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/airbnb/javascript)](https://repopilot.app/r/airbnb/javascript)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/airbnb/javascript on X, Slack, or LinkedIn.

Ask AI about airbnb/javascript

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/airbnb/javascript"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>