mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
feat(common): Release 2.0.0 (#189)
This commit is contained in:
parent
8a42d212af
commit
98677d85b2
56 changed files with 1192 additions and 1804 deletions
22
.vscode/settings.json
vendored
22
.vscode/settings.json
vendored
|
@ -1,3 +1,23 @@
|
|||
{
|
||||
"prettier.configPath": ".ci/prettier/.prettierrc.yaml"
|
||||
"prettier.configPath": ".ci/prettier/.prettierrc.yaml",
|
||||
"prettier.ignorePath": ".ci/prettier/.prettierignore",
|
||||
"yaml.schemas": {
|
||||
"https://json.schemastore.org/taskfile.json": [
|
||||
"Taskfile.yaml",
|
||||
".taskfiles/*.yaml"
|
||||
],
|
||||
"http://json.schemastore.org/github-workflow.json": [
|
||||
".github/workflows/*.yaml"
|
||||
],
|
||||
"https://squidfunk.github.io/mkdocs-material/schema.json": [
|
||||
"mkdocs.yml"
|
||||
]
|
||||
},
|
||||
"yaml.customTags": [
|
||||
"!ENV scalar",
|
||||
"!ENV sequence",
|
||||
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
|
||||
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
|
||||
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue