@solufy/evolution-sdk
Version:
Unofficial SDK for the Evolution Whatsapp API v2
28 lines (27 loc) • 448 B
JSON
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": { "useNodejsImportProtocol": "off" }
}
},
"formatter": {
"enabled": true,
"formatWithErrors": true
},
"json": {
"parser": {
"allowComments": true
}
}
}