- pnpm workspaces + Turborepo - tsconfig.base.json strict ESM - @mosaic/types stub package - Woodpecker CI pipeline with Valkey service - docs/PRD.md, docs/TASKS.md, CONTEXT.md
2 lines
89 B
JavaScript
2 lines
89 B
JavaScript
export default { semi: true, singleQuote: true, trailingComma: 'all', printWidth: 100 };
|