merlyn/server/utils
Marcello Fitton 4a4378ed99
chore: add ESLint to /server (#5126)
* add eslint config to server

* add break statements to switch case

* add support for browser globals and turn off empty catch blocks

* disable lines with useless try/catch wrappers

* format

* fix no-undef errors

* disbale lines violating no-unsafe-finally

* ignore syncStaticLists.mjs

* use proper null check for creatorId instead of unreachable nullish coalescing

* remove unneeded typescript eslint comment

* make no-unused-private-class-members a warning

* disable line for no-empty-objects

* add new lint script

* fix no-unused-vars violations

* make no-unsued-vars an error

---------

Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2026-03-05 16:32:45 -08:00
..
agentFlows Native Tool calling (#5071) 2026-02-26 13:37:56 -08:00
agents chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
AiProviders chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
BackgroundWorkers Workspace Chat with documents overhaul (#4261) 2025-08-11 09:26:19 -07:00
boot Web push notifications (#4942) 2026-02-02 10:56:58 -08:00
chats Revert "Add automatic chat mode with native tool calling support (#5140)" 2026-03-04 15:29:41 -08:00
collectorApi add longer HTTP ttl on forward extension requests 2025-11-20 23:00:18 -08:00
comKey [BETA] Live document sync (#1719) 2024-06-21 13:38:50 -07:00
database Prune telemetry events 2025-04-29 13:54:00 -07:00
DocumentManager Enable ability to do full-text query on documents (#758) 2024-02-21 13:15:45 -08:00
EmbeddingEngines chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
EmbeddingRerankers/native chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
EncryptionManager [BETA] Live document sync (#1719) 2024-06-21 13:38:50 -07:00
files chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
helpers chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
http chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
logger patch logger for full logs 2024-07-19 18:35:41 -07:00
MCP chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
middleware chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
PasswordRecovery Merge commit from fork 2026-01-02 15:50:50 -08:00
prisma Fix Typos in Comments and Documentation (#3987) 2025-06-12 13:59:38 -07:00
PushNotifications Web push notifications (#4942) 2026-02-02 10:56:58 -08:00
telemetry Prune telemetry events 2025-04-29 13:54:00 -07:00
TextSplitter Native Embedder model selection (incl: Multilingual support) (#3835) 2025-07-22 10:07:20 -07:00
TextToSpeech chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
vectorDbProviders chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
vectorStore PGvector vector database support (#3788) 2025-05-09 12:27:11 -07:00