UNPKG

@squarecloud/api

Version:
27 lines (26 loc) 453 B
{ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "files": { "ignore": ["node_modules", "lib"] }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noParameterAssign": "off", "useNodejsImportProtocol": "off" }, "suspicious": { "noExplicitAny": "off" } } }, "formatter": { "enabled": true, "formatWithErrors": true } }