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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

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

View file

@ -18,6 +18,6 @@
"baseUrl": ".", "baseUrl": ".",
"rootDir": "src", "rootDir": "src",
"pretty": true, "pretty": true,
"noEmit": false, "noEmit": false
}, }
} }

View file

@ -1,4 +1,4 @@
{ {
"extends": "@docusaurus/tsconfig", "extends": "@docusaurus/tsconfig",
"include": ["src/"], "include": ["src/"]
} }