carlquistb / FormulaCraft

An SMS-based service for running Minecraft server on AWS.
MIT License
0 stars 1 forks source link

Moving Node package to be entire repo #56

Closed nlipiarski closed 4 years ago

nlipiarski commented 4 years ago

Essentially just move packages.json and related config files up a directory in the repo. As per #51, this will allow us to lint and prettify all Javascript files we have. For the moment, the client portal code is excluded from linting as the linter needs a different config file to handle browser Javascript. While adjusting the configuration files, I was able to consolidate some of them as they were no longer needed as well.

nlipiarski commented 4 years ago

In theory at least they should run the same, but yo u never know! It seems like it shows a big diff do to the removal of a newline at the beginning of the files. Not sure why the diff doesn't realize that's what's happening.