# standard/semistandard

:icecream: All the goodness of `standard/standard` with semicolons sprinkled on top.

Repository: https://github.com/standard/semistandard
Canonical: https://ross.abutalabs.com/products/semistandard
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2024-08-15T23:03:47+00:00

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

## Adoption (not part of the score)
Stars 1412, forks 125 (observed 2026-08-28T04:04:39.053462+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: linter, formatter, cli
- domain: developer-tools, version-control
- platform: cli, cross-platform
- tags: code-style, eslint-wrapper, standard-style, semicolons, javascript, nodejs

## Member repositories
- standard/semistandard (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:39.053462+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-30T04:38:21.996589+00:00, confidence not recorded.
  - readme: https://github.com/standard/semistandard (fetched 2026-08-28T04:04:39.053462+00:00, sha 28d03273344e)
  - registry_npm: https://registry.npmjs.org/semistandard (fetched 2026-08-29T11:51:31.615203+00:00, sha e7fbba78d70b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
