prettier
Prettier
Commands
| Task | Command |
|---|---|
| Format everything (write) | pnpm format:write |
| Check formatting without writing | pnpm format:check |
| Format a specific file | pnpm exec prettier -w <path> |
| Check a specific file | pnpm exec prettier -l <path> |
Default action: When asked to "format" or "run Prettier" without further qualification, run pnpm format:write.
What gets formatted
Before formatting, read the project's ignore and config files to understand scope and rules.
Use the configuration files to determine which files will be affected and what formatting rules apply (line width, quote style, parsers, plugins, per-file overrides, etc.) before running any command.
More from dnd-mapp/ai-standards
pull-request
Create a GitHub pull request from the current branch following this project's conventions. Use when the user asks to create a pull request, open a PR, or submit changes for review.
12commit
Analyze all git changes (staged and unstaged), group them by intent, and commit each group using Conventional Commits format with scopes. Use when committing changes, making commits, or when the user asks to "commit" or "create commits" from current changes.
11eslint
>
11prisma
>
10angular
>
10nestjs
>
10