{ "$schema": "https://raw.githubusercontent.com/oxc-project/oxlint/main/npm/oxlint/schema.json", "env": { "node": true, "es2022": true }, "rules": { "eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_", "caughtErrorsIgnorePattern": "^_", "varsIgnorePattern": "^_" }], "eslint/no-undef": "error", "typescript/no-explicit-any": "off" } }