Mashape/mockbin

View on GitHub
biome.json

Summary

Maintainability
Test Coverage
{
    "$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
    "organizeImports": {
        "enabled": true
    },
    "linter": {
        "enabled": true,
        "rules": {
            "recommended": true,
            "complexity": {
                "noForEach": "off",
                "useArrowFunction": "off"
            }
        }
    }
}