Mercurial > dotfiles
comparison .pre-commit-config.yaml @ 675:6c07661fbc1f
fix stylua pre-commit install
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 30 Sep 2022 07:28:28 +0000 |
parents | e258ef0fb4cd |
children | 65f405947a28 |
comparison
equal
deleted
inserted
replaced
674:5631c3f65dc1 | 675:6c07661fbc1f |
---|---|
7 - id: trailing-whitespace | 7 - id: trailing-whitespace |
8 | 8 |
9 - repo: https://github.com/JohnnyMorganz/StyLua | 9 - repo: https://github.com/JohnnyMorganz/StyLua |
10 rev: v0.15.0 | 10 rev: v0.15.0 |
11 hooks: | 11 hooks: |
12 - id: stylua | 12 - id: stylua-github |
13 | 13 |
14 - repo: https://github.com/pre-commit/mirrors-prettier | 14 - repo: https://github.com/pre-commit/mirrors-prettier |
15 rev: v2.7.1 | 15 rev: v2.7.1 |
16 hooks: | 16 hooks: |
17 - id: prettier | 17 - id: prettier |