Okay @Domthegrom this is a big one but basically all thats happened is:
Firstly moved everything to src which resolves #8
the I added Eslint, Prettier, Add Flow and a .editorconfig which resolves #6
Then I formatted some of the code according to these standards, theres still 166 eslint issues left which I will resolve in a different PR.
Also removed the mock data from the source which resolves #10
Also flow is ready to go however we need to actually add it into all these various files which again I will do some in a later PR but we can also do them as we go.
Okay @Domthegrom this is a big one but basically all thats happened is:
src
which resolves #8Also flow is ready to go however we need to actually add it into all these various files which again I will do some in a later PR but we can also do them as we go.