Maika-Buddy-OS / .vscode /settings.json
olli-ai's picture
Upload folder using huggingface_hub
9ecb0a1 verified
raw
history blame
No virus
198 Bytes
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"eslint.validate": ["javascript", "svelte"]
}