alsciende / fiveringsdb-api

Deckbuilder for Legend of the Five Rings (API server)
https://fiveringsdb.com
MIT License
2 stars 4 forks source link

Make linter happy #28

Closed eljenso closed 7 years ago

eljenso commented 7 years ago

Fixed some stuff eslint complained about.

alsciende commented 7 years ago

I'm really not convinced it's a good idea to lint everything. Why didn't you limit it to src/?

alsciende commented 7 years ago

In the end I only made linter happy in /src and /test. I cherry-picked your third commit and fixed a couple things, it's good now. Thanks!