bigtestjs / server

All BigTest development has moved to https://github.com/thefrontside/bigtest
https://github.com/thefrontside/bigtest
2 stars 1 forks source link

🚨Linting capability #8

Closed cowboyd closed 4 years ago

cowboyd commented 4 years ago

We already have eslint installed to enforce a consistent style. We just don't actually run it formally. In addition to fixing all of the existing listing errors, this also introduces a github workflow to automatically lint (and fix) any errors that we detect using the Node Code Formatter action.

obsoletes #9

jnicklas commented 4 years ago

Haven't played around with github actions yet, so I can't say too much about whether this is correct. It seems to be failing at the moment though.