Prettier hooks
Last updated
Was this helpful?
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]