standard/semistandard
:icecream: All the goodness of `standard/standard` with semicolons sprinkled on top. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 4236
- days_rel: n/a
- days_push: 748
- n_releases_24m: 0
Adoption not part of the score
1412 stars · 125 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
semistandard is a JavaScript code style linter that wraps ESLint with the rules of standard/standard plus semicolons. It runs as a CLI or npm test step to enforce consistent style without configuration.
Use cases
- lint javascript code style automatically
- enforce semicolons in standard style
- check code style in npm test
- avoid style debates in pull requests
- zero-config eslint setup for node projects
When to choose
- you want standard style but with semicolons
- you want a zero-configuration linter for JavaScript
- you want to automate style checks in CI or npm test
When to avoid
- you need custom or heavily configurable lint rules
- you prefer prettier or a different style guide
- your project is not JavaScript
Facets
cli-tool · maturity active
linter formatter cli developer-tools version-control cli cross-platform code-style eslint-wrapper standard-style semicolons javascript nodejs
2 sources
- readme: https://github.com/standard/semistandard · fetched 2026-08-28 · 28d03273344e
- registry_npm: https://registry.npmjs.org/semistandard · fetched 2026-08-29 · e7fbba78d70b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| standard/semistandard | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="standard/semistandard")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem