# JavaScript Standard Style

🌟 JavaScript Style Guide, with linter & automatic code fixer

Repository: https://github.com/standard/standard
Canonical: https://ross.abutalabs.com/products/javascript-standard-style
Homepage: https://standardjs.com
Language: JavaScript
License: MIT
License Family: permissive
Topics: eslint, javascript, linter, style-guide, static-code-analysis, development, ecmascript, standard, es6, nodejs
Last push: 2025-07-11T08:28:23+00:00
Link (homepage): https://standardjs.com
Link (site_page): https://standardjs.com/changelog

## Health v2 (maintenance only)
Score: 48/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 31, release rhythm 40, longevity 100
- inputs: {"age_days": 4237, "days_push": 418, "days_rel": 719, "gap_med": 0, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 29431, forks 2303 (observed 2026-08-28T04:11:53.309671+00:00)

## What it is
JavaScript Standard Style is a zero-configuration JavaScript style guide that ships as a CLI linter and automatic code fixer built on ESLint. It enforces consistent code style and catches programmer errors without any config files.

## Use cases
- enforce a consistent javascript code style across a team
- lint javascript without configuring eslint rules
- automatically fix code style issues with standard --fix
- catch style issues and programmer errors before code review
- add linting to a nodejs project with zero setup
- share a standard eslint config across projects

## When to choose
- you want linting and formatting with no configuration decisions
- your team wants one opinionated style guide to avoid bikeshedding
- you want a single CLI that wraps ESLint with sensible defaults

## When to avoid
- you need heavily customized lint rules or a custom style guide
- you prefer Prettier for formatting combined with minimal linting
- you need TypeScript-specific linting beyond what standard supports

## Facets
- artifact type: cli-tool
- maturity: stable
- function: linter, formatter, static-site-generator
- domain: developer-tools, web-development
- platform: cli, cross-platform
- tags: eslint, code-style, style-guide, zero-config, automatic-fixing, code-quality, javascript, nodejs

## Member repositories
- standard/standard (main) score 48
- standard/eslint-config-standard (plugin) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:53.309671+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:53:00.694950+00:00, confidence not recorded.
  - readme: https://github.com/standard/standard (fetched 2026-08-28T04:11:53.309671+00:00, sha 0696098362c3)
  - homepage: https://standardjs.com (fetched 2026-08-29T07:50:50.711406+00:00, sha b1b1a64a8f06)
  - registry_npm: https://registry.npmjs.org/eslint-config-standard (fetched 2026-08-29T07:50:50.724579+00:00, sha 0933f76d65e0)
  - site_page: https://standardjs.com/changelog (fetched 2026-08-29T07:50:50.721453+00:00, sha a883c9eea72f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
