mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
13 lines
380 B
JSON
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"
|
|
}
|
|
}
|