UNPKG

@squarecloud/blob

Version:
23 lines (17 loc) 358 B
{ // 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"] } ] }