# jslint-org/jslint

JSLint, The JavaScript Code Quality and Coverage Tool

Repository: https://github.com/jslint-org/jslint
Canonical: https://ross.abutalabs.com/products/jslint
Homepage: https://www.jslint.com
Language: JavaScript
License: Unlicense
License Family: permissive
Topics: jslint, javascript, coverage-report, zero-dependency, zero-config
Last push: 2026-08-02T19:56:21+00:00

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

## Adoption (not part of the score)
Stars 3657, forks 473 (observed 2026-08-28T04:08:13.214785+00:00)

## What it is
JSLint is Douglas Crockford's JavaScript code quality and coverage tool, distributed as a single zero-dependency, zero-config .mjs file. It can lint JavaScript in Node.js, browsers, and via a web demo.

## Use cases
- lint javascript code for quality issues
- generate code coverage reports for javascript
- check javascript style without configuration
- run a linter with zero dependencies
- lint javascript in the browser

## When to choose
- you want Crockford's strict, opinionated JavaScript style checking with no config
- you need a single-file linter with zero dependencies
- you want built-in code coverage alongside linting

## When to avoid
- you want configurable lint rules or plugin ecosystem (use ESLint)
- you need linting for TypeScript or JSX
- you prefer a flexible, team-customizable style guide

## Facets
- artifact type: library
- maturity: active
- function: linter, code-review, developer-tools
- domain: developer-tools, web-development
- platform: browser, cross-platform
- tags: javascript, code-quality, zero-dependency, zero-config, coverage, static-analysis, nodejs

## Member repositories
- jslint-org/jslint (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:13.214785+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-29T18:31:37.143336+00:00, confidence not recorded.
  - readme: https://github.com/jslint-org/jslint (fetched 2026-08-28T04:08:13.214785+00:00, sha 904296e85863)
  - homepage: https://www.jslint.com (fetched 2026-08-29T09:26:01.393389+00:00, sha ac3e47e8fb94)
- Data as of 2026-08-30T08:39:29.467469+00:00.
