| name | prettier |
| description | Prettier configuration and integration. |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep |
| graph | {"domains":["domain:web-development"],"specializations":["specialization:web-development"],"skillAreas":["skill-area:code-analysis-linting","skill-area:code-review-practice"],"roles":["role:frontend-engineer"],"workflows":["workflow:code-review"],"topics":["topic:developer-experience"]} |
Prettier Skill
Expert assistance for Prettier configuration.
Capabilities
- Configure Prettier
- Integrate with ESLint
- Handle editor setup
- Configure for CI
Configuration
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100
}
node_modules
dist
.next
coverage
Target Processes
- code-formatting
- team-standards
- ci-cd-setup