chat-ui / .vscode /settings.json
coyotte508
🔨 Add VSCode config to lint/prettier on save
ed0f702
Raw
History Blame
92 Bytes
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
}