This is a template for a README-driven development project. It is intended to be used as a starting point for a new project and to be modified as needed.
- Use
pnpm run formatfor formatting. JavaScript and TypeScript formatting is handled by Prettier. - Use
pnpm run lintfor static analysis. JavaScript and TypeScript linting is handled by ESLint.