1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/src
Gastón Fournier 0943ff8f49
Fix OOM with eslint in migrations (#2545)
## About the changes
When adding a new migration, we might run out of memory. Migrations have
only JS files and we're running these through TS parser. Removing TS
config reference from `.eslintrc` proved to solve the issue while
running local manual tests

This still lints migration files but using JS syntax
2022-11-28 15:16:19 +01:00
..
lib add feature flag: network view (#2543) 2022-11-28 13:48:02 +00:00
mailtemplates refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
migrations Fix OOM with eslint in migrations (#2545) 2022-11-28 15:16:19 +01:00
test task: Make operations on the API Token store auditable. (#2531) 2022-11-28 10:56:34 +01:00
migrator.ts fix: be explicit when specifying time & replace moment with date-fns (#1072) 2021-11-02 15:13:46 +01:00
server-dev.ts Variants per environment (frontend) (#2453) 2022-11-18 11:43:24 +00:00
server.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00