| Path |
What's in it |
leet-code/ |
Solutions by difficulty (easy, medium), one folder per problem |
scripts/ |
Standalone TS/JS scripts — wordle solver, recursive renamer, markdown-to-csv, JSON merger |
helpers/, types/, config/ |
Shared utilities and configuration |
| Command |
Description |
pnpm test |
run tests in watch mode |
pnpm test-ui |
run tests with the Vitest UI |
pnpm typecheck |
type-check test files |
pnpm tsc |
type-check the whole project |
pnpm lint |
lint, format, and spellcheck |
pnpm format |
format with Prettier |
pnpm spellcheck |
run cspell |
Node ≥ 22 · pnpm 11.9.0