thegazelle-ad / gazelle-server

Server for front-end and editor tools of The Gazelle
MIT License
19 stars 8 forks source link

Change our imports to have a prefix such as root slash import #423

Open emilgoldsmith opened 6 years ago

emilgoldsmith commented 6 years ago

Problem

Right now if we import things from the src folder or somewhere else top level it could be confused with a node_modules import

Possible Solution

Use a prefix such as / for our imports from src, there are many ways to set this up for babel, typescript, eslint and all that. Feel free to hit me up if you're working on this and can't find ways to do it