Skip to content

Commit 9bf0d9c

Browse files
committed
Set the version of prettier to use in task general:format-prettier
1 parent b16ae70 commit 9bf0d9c

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

package-lock.json

+23-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"devDependencies": {
33
"markdown-link-check": "3.10.3",
4-
"markdownlint-cli": "^0.33.0"
4+
"markdownlint-cli": "^0.33.0",
5+
"prettier": "^3.3.1"
56
}
67
}

0 commit comments

Comments
 (0)