formatting and linting work

This commit is contained in:
counterweight 2025-02-14 12:09:21 +01:00
parent c02cf8c12e
commit 3b39d8cf08
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
8 changed files with 290 additions and 323 deletions

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}