aboutsummaryrefslogtreecommitdiffstats
path: root/packages/plugins-queue-liteque/.oxlintrc.json (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-08refactor: consolidate multiple karakeep plugins into one package (#2101)Mohamed Bassem1-19/+0
* refactor: consolidate plugin packages into single plugins directory - Create new `packages/plugins` directory with consolidated package.json - Move queue-liteque, queue-restate, and search-meilisearch to subdirectories - Update imports in packages/shared-server/src/plugins.ts - Remove individual plugin package directories - Update shared-server dependency to use @karakeep/plugins This reduces overhead of maintaining multiple separate packages for plugins. * refactor: consolidate plugin config files to root level - Move .oxlintrc.json to packages/plugins root - Move vitest.config.ts to packages/plugins root - Update vitest config paths to work from root - Remove individual config files from plugin subdirectories This reduces configuration duplication across plugin subdirectories. --------- Co-authored-by: Claude <noreply@anthropic.com>
2025-09-14refactor: Move callsites to liteque to be behind a pluginMohamed Bassem1-0/+0
2025-06-22chore: More oxlint changesMohamed Bassem1-4/+1
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz1-0/+22
* chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals