Files
hitstar/.vscode/settings.json
Elmar Kresse 8c5ca0044f
All checks were successful
Build and Push Docker Image / docker (push) Successful in 21s
Refactor code structure for improved readability and maintainability
2025-09-04 21:53:54 +02:00

7 lines
124 B
JSON

{
"editor.formatOnSave": true,
"files.eol": "\n",
"eslint.validate": ["javascript"],
"eslint.format.enable": true
}