{ "$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json", "categories": { "correctness": "error", "suspicious": "warn", "perf": "warn" }, "rules": { "no-map-spread": "off" }, "ignorePatterns": ["dist", "node_modules", "public"] }