@squarecloud/blob
Version:
Official Square Cloud Blob SDK for NodeJS
26 lines (25 loc) • 396 B
JSON
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"files": {
"ignore": ["./lib"]
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": { "useNodejsImportProtocol": "off" }
}
},
"formatter": {
"enabled": true,
"formatWithErrors": true
},
"json": {
"parser": {
"allowComments": true
}
}
}