Re-up create-turbo. (#6439)
Anthony's To-Do's:
- [x] Make sure all dependencies are up to date
- [x] Find anything that may be broken in-editor
- [x] Loosen ESLint configuration
- [x] Make sure it deploys for CI
- [x] Check with TypeScript team that we are following current best
practices (post-ship, non-blocking)
### Description
Making sure `create-turbo` is robust and modern.
### Testing Instructions
Try it out with `npx create-turbo@latest -e
https://github.com/vercel/turbo/tree/update-create-turbo/examples/basic`
Things to pay attention to:
- [x] Is tasking correct? Are all tasks successful out-of-the-box? Do I
hit cache when I'm expecting?
- [x] If I add an unused variable in a workspace, do I see a warning in
both my editor and when I run `turbo lint`?
- [x] Does auto-importing work across packages?
- [x] Anything else wonky in your editor?
- [x] Do I get proper hot-reloading in `turbo dev`?
- [x] Anything else that may come up!
---------
Co-authored-by: Turbobot <turbobot@vercel.com>