Prettier hooks
Pre-commit hooks for Prettier automatically format code and maintain consistent style. Enforce standardized formatting across JavaScript, TypeScript, YAML, and other file types.
Last updated
Was this helpful?
Was this helpful?
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
types: [yaml] # Only run on YAML files
additional_dependencies:
- [email protected]
args: [--write]