redotvideo / revideo

Create Videos with Code
https://re.video
MIT License
2.58k stars 87 forks source link

chore: consistent type imports eslint rule #325

Closed hkonsti closed 4 weeks ago

hkonsti commented 4 weeks ago

I'm trying to hunt down all of the circular imports we have. As a part of that I made type imports mandatory and auto-fixed all the instances where stuff was imported as a value even though only the type is needed.