mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
- New integrations.test.ts: 13 tests covering CRUD, token generation, token lookup, regeneration, and multi-user isolation - New cache.test.ts: 3 tests for purgeMetadataCache (shell title deletion, fully-fetched title preservation, empty case) - New cron.test.ts: 5 tests for cron run lifecycle (start, complete, fail with Error and string) - New telemetry.test.ts: 7 tests for isTelemetryEnabled toggle and performTelemetryReport (disabled skip, enabled send, 24h interval throttle, interval expiry, fetch failure resilience) 345 → 386 tests passing across 27 files Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
473 B
JSON
13 lines
473 B
JSON
{
|
|
"$schema": "../../node_modules/oxlint/configuration_schema.json",
|
|
"extends": ["../../.oxlintrc.json"],
|
|
"jsPlugins": ["@tanstack/eslint-plugin-query", "@tanstack/eslint-plugin-router"],
|
|
"rules": {
|
|
"@tanstack/query/exhaustive-deps": "error",
|
|
"@tanstack/query/no-rest-destructuring": "warn",
|
|
"@tanstack/query/stable-query-client": "error",
|
|
"@tanstack/query/no-unstable-deps": "error",
|
|
"@tanstack/router/create-route-property-order": "warn"
|
|
}
|
|
}
|