Skip to content

Commit

Permalink
Update prettier version (#3471)
Browse files Browse the repository at this point in the history
Use latest to fix issues in #3376
  • Loading branch information
qwerty287 committed Mar 8, 2024
1 parent 67d7c86 commit 89c826f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
image: docker.io/woodpeckerci/plugin-prettier:0.1.0
depends_on: []
settings:
version: 3.2.4
version: 3.2.5

- name: links
image: lycheeverse/lychee:0.14.3
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/woodpecker-plugins/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"baseUrl": ".",
"rootDir": "src",
"pretty": true,
"noEmit": false,
},
"noEmit": false
}
}
2 changes: 1 addition & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "@docusaurus/tsconfig",
"include": ["src/"],
"include": ["src/"]
}

0 comments on commit 89c826f

Please sign in to comment.