# felixge/node-style-guide

A guide for styling your node.js / JavaScript code. Fork & adjust to your taste.

Repository: https://github.com/felixge/node-style-guide
Canonical: https://ross.abutalabs.com/products/node-style-guide
Language: JavaScript
License Family: other
Last push: 2021-01-24T03:40:33+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5179, "days_push": 2047, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4993, forks 895 (observed 2026-08-28T04:09:04.369679+00:00)

## What it is
A community-driven style guide for writing consistent Node.js/JavaScript code, covering formatting, naming conventions, variables, conditionals, functions, and comments. It includes a .jshintrc and .editorconfig to enforce the rules and is licensed CC BY-SA 3.0 for forking and customization.

## Use cases
- standardize javascript code style across a team
- set up jshint rules for node.js projects
- learn node.js coding conventions
- create a custom javascript style guide by forking
- enforce consistent indentation and formatting with editorconfig
- decide on semicolon and quote conventions in javascript

## When to choose
- you want a readable, opinionated reference for node.js code style
- you need a starting point to fork into your own team style guide
- you want accompanying jshint/editorconfig enforcement files

## When to avoid
- you need an actively maintained style guide reflecting modern ES6+ practices
- you want automated formatting rather than a written guide (use prettier)
- you need an official or canonical standard

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: linter, formatter, developer-tools
- domain: developer-tools, programming-languages, documentation
- platform: cross-platform
- tags: style-guide, code-style, javascript, nodejs, coding-conventions, jshint, eslint

## Member repositories
- felixge/node-style-guide (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:04.369679+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:38.538246+00:00, confidence not recorded.
  - readme: https://github.com/felixge/node-style-guide (fetched 2026-08-28T04:09:04.369679+00:00, sha cfe0b19a5175)
  - registry_npm: https://registry.npmjs.org/node-style-guide (fetched 2026-08-29T08:58:58.425858+00:00, sha 8017ccd83c29)
- Data as of 2026-08-30T08:39:29.467469+00:00.
