JavaScript Standard Style
🌟 JavaScript Style Guide, with linter & automatic code fixer observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 31
- Release rhythm 40
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 4237
- days_rel: 719
- days_push: 418
- n_releases_24m: 2
Adoption not part of the score
29431 stars · 2303 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
cli-tool · maturity stable
linter formatter static-site-generator developer-tools web-development cli cross-platform eslint code-style style-guide zero-config automatic-fixing code-quality javascript nodejs
4 sources
- readme: https://github.com/standard/standard · fetched 2026-08-28 · 0696098362c3
- homepage: https://standardjs.com · fetched 2026-08-29 · b1b1a64a8f06
- registry_npm: https://registry.npmjs.org/eslint-config-standard · fetched 2026-08-29 · 0933f76d65e0
- site_page: https://standardjs.com/changelog · fetched 2026-08-29 · a883c9eea72f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| standard/standard | main | 48 |
| standard/eslint-config-standard | plugin | 77 |
For agents
markdown · JSON · MCP: product_card(name="standard/standard")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem