poush / H2

Supporting light weight extensions for heavy task lifting
MIT License
16 stars 32 forks source link

Add eslint with standard style preset #71

Closed tamtamchik closed 5 years ago

tamtamchik commented 5 years ago

Fixes: #65

As a side note, may I suggest to move all the project code from the root directory to the src folder? It'll be easier to manage it in the future.

poush commented 5 years ago

As a side note, may I suggest to move all the project code from the root directory to the src folder? It'll be easier to manage it in the future.

Yes, it is on the list for 0.2. We have to move all source code into src directory with proper directories for renderer and main process as well.

tamtamchik commented 5 years ago

Not sure why the build crashed 😕

poush commented 5 years ago

Don't worry about it. It's me who has to fix this. Actually, I was waiting for me to add Detectron testing framework first and then fix it.

Also, if you like to work on restructuring the codebase and move all to src. Feel free to create an issue and I will assign it to you.