chore(commitlint): add prettier as dev dependency

This commit is contained in:
Marcel Richter
2025-06-04 21:28:59 +02:00
parent ed85451c67
commit a062b1ff26
3 changed files with 23 additions and 1 deletions

11
.github/commitlint/.pnp.cjs generated vendored
View File

@@ -30,6 +30,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\
["@commitlint/cli", "npm:19.8.1"],\
["@commitlint/config-conventional", "npm:19.8.1"],\
["prettier", "npm:3.5.3"],\
["root-workspace-0b6124", "workspace:."]\
],\
"linkType": "SOFT"\
@@ -965,6 +966,15 @@ const RAW_RUNTIME_STATE =
"linkType": "HARD"\
}]\
]],\
["prettier", [\
["npm:3.5.3", {\
"packageLocation": "./.yarn/unplugged/prettier-npm-3.5.3-787132ce04/node_modules/prettier/",\
"packageDependencies": [\
["prettier", "npm:3.5.3"]\
],\
"linkType": "HARD"\
}]\
]],\
["punycode", [\
["npm:2.3.1", {\
"packageLocation": "./.yarn/cache/punycode-npm-2.3.1-97543c420d-febdc4362b.zip/node_modules/punycode/",\
@@ -1014,6 +1024,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\
["@commitlint/cli", "npm:19.8.1"],\
["@commitlint/config-conventional", "npm:19.8.1"],\
["prettier", "npm:3.5.3"],\
["root-workspace-0b6124", "workspace:."]\
],\
"linkType": "SOFT"\

View File

@@ -1,7 +1,8 @@
{
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1"
"@commitlint/config-conventional": "19.8.1",
"prettier": "3.5.3"
},
"packageManager": "yarn@4.9.1"
}

View File

@@ -801,6 +801,15 @@ __metadata:
languageName: node
linkType: hard
"prettier@npm:3.5.3":
version: 3.5.3
resolution: "prettier@npm:3.5.3"
bin:
prettier: bin/prettier.cjs
checksum: 10/7050c08f674d9e49fbd9a4c008291d0715471f64e94cc5e4b01729affce221dfc6875c8de7e66b728c64abc9352eefb7eaae071b5f79d30081be207b53774b78
languageName: node
linkType: hard
"punycode@npm:^2.1.0":
version: 2.3.1
resolution: "punycode@npm:2.3.1"
@@ -842,6 +851,7 @@ __metadata:
dependencies:
"@commitlint/cli": "npm:19.8.1"
"@commitlint/config-conventional": "npm:19.8.1"
prettier: "npm:3.5.3"
languageName: unknown
linkType: soft