Browse and adopt engineering standards, rules, and configurations. Fork to customize for your organization.
package_manager
package-lock.json (commit it). `npm ci` in CI. Audit for vulnerabilities. Scripts for common tasks.
pnpm: fast, disk-efficient. pnpm-lock.yaml. Workspaces for monorepos. Strict node_modules by default.