Mercurial > dotfiles
annotate .pre-commit-config.yaml @ 673:e258ef0fb4cd
Add prettier config (#1)
* Update .pre-commit-config.yaml
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
author | Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com> |
---|---|
date | Thu, 29 Sep 2022 23:03:11 +0200 |
parents | 627d2040c3ff |
children | 6c07661fbc1f |
rev | line source |
---|---|
414 | 1 repos: |
2 - repo: https://github.com/pre-commit/pre-commit-hooks | |
3 rev: v4.0.1 | |
4 hooks: | |
5 - id: check-yaml | |
6 - id: end-of-file-fixer | |
7 - id: trailing-whitespace | |
673
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
8 |
672
627d2040c3ff
Use official stylua pre-commit config
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
414
diff
changeset
|
9 - repo: https://github.com/JohnnyMorganz/StyLua |
627d2040c3ff
Use official stylua pre-commit config
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
414
diff
changeset
|
10 rev: v0.15.0 |
414 | 11 hooks: |
673
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
12 - id: stylua |
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
13 |
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
14 - repo: https://github.com/pre-commit/mirrors-prettier |
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
15 rev: v2.7.1 |
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
16 hooks: |
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
17 - id: prettier |