mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
n/prettier.md: add sample config
This commit is contained in:
parent
88ee1bacb7
commit
9c8a0ab244
@ -13,3 +13,22 @@ versions.
|
||||
- [@prettier/plugin-ruby](https://www.npmjs.com/package/@prettier/plugin-ruby)
|
||||
- [prettier-plugin-toml](https://www.npmjs.com/package/prettier-plugin-toml)
|
||||
- [@prettier/plugin-xml](https://www.npmjs.com/package/@prettier/plugin-xml)
|
||||
|
||||
## sample pre-commit-config.yaml
|
||||
|
||||
```yaml
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v4.0.0-alpha.8"
|
||||
hooks:
|
||||
- id: prettier
|
||||
exclude_types: [json]
|
||||
additional_dependencies: [
|
||||
# https://aminda.eu/n/prettier
|
||||
"prettier@3.1.1",
|
||||
"prettier-plugin-nginx@1.0.3",
|
||||
"@prettier/plugin-ruby@4.0.4",
|
||||
"prettier-plugin-toml@2.0.1",
|
||||
"@prettier/plugin-xml@3.2.2",
|
||||
]
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user