merlyn/server
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
..
__tests__ Refine and Standardize Username Constraints (#4828) 2026-01-26 16:18:11 -08:00
endpoints chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
jobs chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
middleware Add HTTP request/response logging middleware for development mode (#4425) 2025-09-29 13:33:15 -07:00
models chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
prisma Web push notifications (#4942) 2026-02-02 10:56:58 -08:00
storage normalize logo wordmark 2026-02-11 08:53:44 -08:00
swagger chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
utils chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
.env.example Lemonade integration (#5077) 2026-02-27 11:02:38 -08:00
.flowconfig devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
.gitignore Web push notifications (#4942) 2026-02-02 10:56:58 -08:00
.nvmrc dev build with new epub2 build target and remove patch work (#4694) 2025-11-26 17:36:34 -08:00
eslint.config.mjs chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
index.js Web push notifications (#4942) 2026-02-02 10:56:58 -08:00
jsconfig.json devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
nodemon.json Full developer api (#221) 2023-08-23 19:15:07 -07:00
package.json chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
yarn.lock chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00