Skip to content

Commit 97d983d

Browse files
committed
Fix prettier
1 parent dbf7cb6 commit 97d983d

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

.pre-commit-config.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
repos:
2-
- repo: https://github.com/tekwizely/pre-commit-golang
3-
rev: master
4-
hooks:
5-
- id: go-fumpt
6-
- id: go-mod-tidy
7-
- id: go-lint
8-
- id: go-imports
9-
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v2.3.0
11-
hooks:
12-
- id: check-yaml
13-
- id: end-of-file-fixer
14-
- id: trailing-whitespace
15-
16-
- repo: https://github.com/pre-commit/mirrors-prettier
17-
rev: main
18-
hooks:
19-
- id: prettier
1+
repos:
2+
- repo: https://github.com/tekwizely/pre-commit-golang
3+
rev: v1.0.0-rc.1
4+
hooks:
5+
- id: go-fumpt
6+
- id: go-mod-tidy
7+
- id: go-lint
8+
- id: go-imports
9+
- repo: https://github.com/pre-commit/pre-commit-hooks
10+
rev: v4.4.0
11+
hooks:
12+
- id: check-yaml
13+
- id: end-of-file-fixer
14+
- id: trailing-whitespace
15+
16+
- repo: https://github.com/pre-commit/mirrors-prettier
17+
rev: v3.0.0-alpha.4
18+
hooks:
19+
- id: prettier

web/pages/billing/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<div class="d-flex">
5858
<h2 class="text-h4 font-weight-bold mt-4">
5959
{{
60-
$store.getters.getBillingUsage.received_messages
61-
| decimal
60+
$store.getters.getBillingUsage.received_messages |
61+
decimal
6262
}}
6363
</h2>
6464
</div>

0 commit comments

Comments
 (0)