euranova / code_retreat

Materials for ENX code retreat. If you don't find your language here, check https://github.com/swkBerlin/kata-bootstraps
MIT License
7 stars 12 forks source link

Add linter for js scaffold #19

Closed jbruggem closed 7 years ago

jbruggem commented 7 years ago

When coding with an editor that supports it (such as atom), having a linter helps a lot avoid common coding mistakes.

Adding the linter to the project's dev dependencies will enable that.

poulinjulien commented 7 years ago

Otherwise, LGTM.