ScriptaGames / zorbio

A 3D multiplayer WebGL game
MIT License
8 stars 1 forks source link

clean up eslint exceptions #493

Closed Jared-Sprague closed 6 years ago

Jared-Sprague commented 7 years ago

We are using eslint with recommended and google rulesets, but I had to put in a ton of exceptions to .eslintrc.json in order to get us to a base level.

We should remove these exceptions 1 at a time to get us complaint with the rulesets.

mwcz commented 7 years ago

woooooooooooot!

Jared-Sprague commented 6 years ago

It took 3 nights, but I'm finally done! Now just need to figure out how to get it to run on a git push

mwcz commented 6 years ago

Nice! I can help with that, I've done similar before