Files
posthog/products/mcp/.oxlintrc.json
Joshua Snyder 96a67434f6 feat(mcp): move mcp server into monorepo (#39217)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-08 10:26:55 +01:00

13 lines
380 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"files": {
"ignore": ["**/generated.ts", "schema/tool-inputs.json", "python/**", ".mypy_cache/**"]
},
"rules": {
"no-debugger": "off",
"no-console": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"jest/no-restricted-matchers": "off"
}
}