1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-05-22 08:55:42 +02:00

Update prettier version (#3471)

Use latest to fix issues in #3376
This commit is contained in:
qwerty287
2024-03-08 14:57:34 +01:00
committed by GitHub
parent 67d7c860e1
commit 89c826f401
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ steps:
image: docker.io/woodpeckerci/plugin-prettier:0.1.0 image: docker.io/woodpeckerci/plugin-prettier:0.1.0
depends_on: [] depends_on: []
settings: settings:
version: 3.2.4 version: 3.2.5
- name: links - name: links
image: lycheeverse/lychee:0.14.3 image: lycheeverse/lychee:0.14.3
@@ -18,6 +18,6 @@
"baseUrl": ".", "baseUrl": ".",
"rootDir": "src", "rootDir": "src",
"pretty": true, "pretty": true,
"noEmit": false, "noEmit": false
}, }
} }
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"extends": "@docusaurus/tsconfig", "extends": "@docusaurus/tsconfig",
"include": ["src/"], "include": ["src/"]
} }