mirror of
https://github.com/whitte-h/Lyrio.git
synced 2026-07-22 06:52:18 +00:00
257 B
257 B
Project conventions
Commands
- Build:
pnpm build - Run:
pnpm dev - Lint:
pnpm lint
Stack
- TypeScript with strict mode
- Obsidian plugin
Rules
- Named exports, never default exports
- Tests live next to source:
foo.ts->foo.test.ts