Skip to main content
Module

x/upstash_redis/biome.json

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
File
{ "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "error" }, "performance": { "noDelete": "off" }, "nursery": { "useAwait": "error" }, "complexity": { "noBannedTypes": "off" }, "suspicious": { "noExplicitAny": "off" }, "style": { "noNonNullAssertion": "off" } }, "ignore": ["node_modules", "dist"] }, "formatter": { "indentStyle": "space", "indentWidth": 2, "enabled": true, "lineWidth": 100 }, "organizeImports": { "enabled": true }}