{ "$schema": "https://biomejs.dev/schemas/latest/schema.json", "root": false, "extends": "//", "files": { "includes": ["./src/**"] }, "linter": { "rules": { "complexity": { "noImportantStyles": "off" }, "style": { "noDescendingSpecificity": "off" } } } }