removing steam-games and reverting vscode folder based on feedback

This commit is contained in:
drklien 2025-07-24 14:33:30 +10:00 committed by GitHub
parent c42e15b8c2
commit f54d399dab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 9 deletions

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

@ -0,0 +1,9 @@
{
// https://eslint.style/guide/faq#vs-code
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.experimental.useFlatConfig": true,
}