diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-11-20 14:31:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-20 14:31:27 +0100 |
| commit | 95a2d1361d84c61b454ebe506e6963b93f6d8dee (patch) | |
| tree | 11279323f215555e314b05ca55ded733284efb19 /.github | |
| parent | b8283b373caa2ac198497a8dd466bf494d81982a (diff) | |
typescript next
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index e7946f9..2387c94 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,4 +20,4 @@ jobs: uses: creyD/prettier_action@v4.3 with: same_commit: false - prettier_options: --write **/*.js + prettier_options: --write **/*.js **/*.ts |
