javascript express

node_express

Configuration

Minimum Version
ES2022
Package Manager
npm
Test Framework
jest
Linter
eslint
Formatter
prettier
Test Runner
jest

Policy

Keep middleware pure and terminate all code paths with next()/response.
Centralize config + secrets via dotenv-expand or platform envs.
Use helmet, rate limiting, and structured logging (pino/winston).

Commands

dev npm run dev
lint npm run lint
test npm run test
start NODE_ENV=production node dist/server.js

Included in Rulesets

Express Standards
31 rules • 1 standard
View
JavaScript Guide
28 rules • 2 standards
View
Jest Testing
24 rules • 2 standards
View
ESLint Standards
22 rules • 5 standards
View
npm Standards
23 rules • 2 standards
View

Add This Standard

Sign in to add this standard to your workspace

Sign in with GitHub

Details

Language
javascript
Framework
express
Used in
5 rulesets