Skip to content

Commit 6c31129

Browse files
chore(deps): update dependency prettier to ^3.6.1 (#203)
* chore(deps): update dependency prettier to ^3.6.1 * Apply prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
1 parent 99007bc commit 6c31129

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

libs/link-validator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ async function testLink(url, filePath, ignoreTimeout) {
165165
}
166166

167167
async function run(task) {
168-
console.log('Checking (' + task + ')', Object.keys(linksObj).length),
169-
'links.';
168+
(console.log('Checking (' + task + ')', Object.keys(linksObj).length),
169+
'links.');
170170
for (var key in linksObj) {
171171
if (linksObj.hasOwnProperty(key)) {
172172
let fail = await testLink(key, linksObj[key], false);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"husky": "^9.1.7",
2323
"medium-zoom": "^1.1.0",
2424
"oust": "^2.0.4",
25-
"prettier": "^3.5.3",
25+
"prettier": "^3.6.1",
2626
"vitepress": "1.6.3",
2727
"walk-sync": "^3.0.0"
2828
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)