chore: add prettier linting

This commit is contained in:
Michael Kriese 2023-12-06 14:32:09 +01:00
parent 9705ad745c
commit 41c51cdb74
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
23 changed files with 801 additions and 78 deletions

12
.vscode/settings.json vendored
View file

@ -1,8 +1,8 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.3.6/schema/helm-testsuite.json": [
"/unittests/**/*.yaml"
]
},
"yaml.schemaStore.enable": true
"yaml.schemas": {
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.3.6/schema/helm-testsuite.json": [
"/unittests/**/*.yaml"
]
},
"yaml.schemaStore.enable": true
}