mirror of
https://github.com/MrUnknownDE/cloudflare-prometheus-exporter.git
synced 2026-04-06 00:31:59 +02:00
- replace string hash cache with WeakMap keyed on rate limiter - auto-GC client when env released - exclude cloudflare/gql files from biome checks
43 lines
694 B
JSON
43 lines
694 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
|
|
"vcs": {
|
|
"enabled": true,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": true
|
|
},
|
|
"files": {
|
|
"ignoreUnknown": false,
|
|
"includes": [
|
|
"**",
|
|
"!worker-configuration.d.ts",
|
|
"!src/gql/graphql-env.d.ts",
|
|
"!src/gql/schema.gql",
|
|
"!src/cloudflare/gql/graphql-env.d.ts",
|
|
"!src/cloudflare/gql/schema.gql"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "tab"
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "double"
|
|
}
|
|
},
|
|
"assist": {
|
|
"enabled": true,
|
|
"actions": {
|
|
"source": {
|
|
"organizeImports": "on"
|
|
}
|
|
}
|
|
}
|
|
}
|