repo setup

This commit is contained in:
mrjvs
2023-06-21 14:50:06 +02:00
commit 2f2db1aab8
16 changed files with 6653 additions and 0 deletions

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

@@ -0,0 +1,5 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"eslint.format.enable": true
}