infoalloggi-monorepo/apps/infoalloggi/.vscode/settings.json

21 lines
No EOL
509 B
JSON

{
"typescript.tsdk": "node_modules\\typescript\\lib",
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "DB",
"database": "postgres",
"username": "postgres",
"password": "rootpost"
}
],
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.biome": "explicit",
"source.organizeImports.biome": "explicit"
}
}