chat-ui / .vscode /settings.json
coyotte508's picture
coyotte508 HF staff
🔨 Add VSCode config to lint/prettier on save
ed0f702
raw history blame
No virus
92 Bytes
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
}