merlyn/server/utils/files
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
..
index.js chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
logo.js chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
multer.js Fix garbled non English chars on document upload (#3301) 2025-02-20 23:09:34 -08:00
pfp.js repatch path normalization (#1516) 2024-05-23 12:52:04 -07:00
purgeDocument.js Add remove folder developer API endpoint (#3489) 2025-03-17 17:05:21 -07:00