namshi / winston-graylog2

Graylog2 transport for winston, a nodejs logging module
MIT License
126 stars 62 forks source link

Standardize code by using a linter and prettifier #53

Closed urbanslug closed 6 years ago

urbanslug commented 6 years ago

Use a tool such as:

This would make it easier for people who want to contribute and just easier to understand.

I suggest Google's eslint config because I feel it is more thorough thus leaving less room for bikeshedding.

odino commented 6 years ago

Hey @urbanslug thanks for raising this! I went ahead and merged your PR, I think it makes sense :)