https://github.com/quantco/pre-commit-mirrors-prettier
pre-commit hook for prettier
https://github.com/quantco/pre-commit-mirrors-prettier
Last synced: about 1 year ago
JSON representation
pre-commit hook for prettier
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-prettier
- Owner: Quantco
- License: bsd-3-clause
- Created: 2021-04-19T15:58:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T11:23:44.000Z (about 1 year ago)
- Last Synced: 2025-02-16T12:21:35.260Z (about 1 year ago)
- Size: 68.4 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# prettier pre-commit hook
pre-commit hook of prettier with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For prettier: see [here](https://github.com/prettier/prettier)
## Using prettier with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-prettier
rev: '' # Use the sha / tag you want to point at
hooks:
- id: prettier-conda
```