Incredibly Slow ESLint in t3-turbo Monorepo
I am using T3 Turbo and as the monorepo has grown (2 mid sized Next apps and a couple of packages), I've noticed that ESLint is running exceptionally slow on save, taking between 3-7 seconds. I'm using a M1 Mac.
Interestingly, Saving inside the packages folder, for example, is relatively fast; it's only the Next apps that are experiencing the slowdown.
Has anyone else experienced this?
1 Reply
looping back, this was just merged: https://github.com/t3-oss/create-t3-turbo/pull/932
GitHub
feat: improve typescript editor performance by juliusmarminge · Pul...
Closes #277
Closes #924
Updates to latest TS
Disables project references in favor of outputting declaration files for heavy libs (trpc, drizzle, zod)
This does mean you don't get instant edit...