# jscs-dev/node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)

Repository: https://github.com/jscs-dev/node-jscs
Canonical: https://ross.abutalabs.com/products/node-jscs
Homepage: https://jscs-dev.github.io
Language: JavaScript
License: MIT
License Family: permissive
Topics: jscs, unmaintained
Archived: true
Last push: 2024-03-23T17:56:44+00:00

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

## Adoption (not part of the score)
Stars 4930, forks 498 (observed 2026-08-28T04:09:02.629814+00:00)

## What it is
JSCS is a JavaScript code style checker that lints and can auto-fix code against configurable style guides, with built-in presets like Airbnb. It has been unmaintained since merging with ESLint, which absorbed its functionality.

## Use cases
- check javascript code style against a style guide
- automatically fix code style errors
- lint es6 jsx and flow code
- generate a code style config from existing code
- enforce consistent code style in a project

## When to choose
- maintaining a legacy project already configured with JSCS
- referencing its rules or presets historically

## When to avoid
- starting a new project - use ESLint instead
- needing maintained tooling or community support
- requiring modern JavaScript syntax support

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: linter, formatter, cli
- domain: developer-tools, web-development
- platform: cli, cross-platform
- tags: javascript, code-style, unmaintained, eslint-merge, nodejs

## Member repositories
- jscs-dev/node-jscs (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:02.629814+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:17:58.747101+00:00, confidence not recorded.
  - readme: https://github.com/jscs-dev/node-jscs (fetched 2026-08-28T04:09:02.629814+00:00, sha 6939bf84302a)
  - homepage: https://jscs-dev.github.io (fetched 2026-08-29T09:00:08.623905+00:00, sha 51e97bb378c5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
