Scratch space for learning atproto app development
1{
2 "editor.formatOnSave": true,
3 "editor.defaultFormatter": "esbenp.prettier-vscode",
4 "editor.codeActionsOnSave": {
5 "quickfix.biome": "explicit",
6 "source.organizeImports.biome": "explicit",
7 "source.fixAll": "explicit"
8 },
9 "json.schemas": [
10 {
11 "url": "https://cdn.jsdelivr.net/npm/tsup/schema.json",
12 "fileMatch": ["package.json", "tsup.config.json"]
13 }
14 ]
15}