mirror of
https://github.com/outbackdingo/terraform-hcloud-talos.git
synced 2026-01-27 10:20:30 +00:00
chore(commitlint): add prettier as dev dependency
This commit is contained in:
11
.github/commitlint/.pnp.cjs
generated
vendored
11
.github/commitlint/.pnp.cjs
generated
vendored
@@ -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"\
|
||||
|
||||
3
.github/commitlint/package.json
vendored
3
.github/commitlint/package.json
vendored
@@ -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"
|
||||
}
|
||||
|
||||
10
.github/commitlint/yarn.lock
vendored
10
.github/commitlint/yarn.lock
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user