{ "$schema": "./node_modules/oxlint/configuration_schema.json", "plugins": ["unicorn", "typescript", "oxc"], "categories": { "correctness": "error", "perf": "error", "suspicious": "off", "style": "off", "nursery": "off", "pedantic": "off", "restriction": "off" }, "ignorePatterns": ["node_modules/", ".astro/", "dist/"] }