Ross ROSS = Recommend OSS · open-source software intelligence for agents

JavaScript Standard Style

🌟 JavaScript Style Guide, with linter & automatic code fixer observed · 2026-08-28

github.com/standard/standard · homepage · JavaScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
standard/standardmain48
standard/eslint-config-standardplugin77

For agents

markdown · JSON · MCP: product_card(name="standard/standard")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem