@squarecloud/blob
Version:
Official Square Cloud Blob SDK for NodeJS
23 lines (17 loc) • 358 B
JSON
{
// Linting & Formatting
"editor.defaultFormatter": "biomejs.biome",
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[jsonc]": {
"editor.defaultFormatter": "biomejs.biome"
},
// Schemas
"json.schemas": [
{
"url": "https://cdn.jsdelivr.net/npm/tsup/schema.json",
"fileMatch": ["package.json", "tsup.config.json"]
}
]
}