You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Repo-level tooling that isn't tied to the docs site (which has its own package.json under docs/). Currently: a Conventional-Commits message linter for git hooks and CI, so malformed commit messages fail before they land on main.",
"type": "module",
"scripts": {
"lint-commits": "node scripts/lint-commit.mjs",
"toc": "doctoc README.md --github --title '## Table of contents'"