This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Description
Let's have some fun with this. 😄 Configure ESLint to lint your project's code and post how many errors and warnings did you get!
Person with smallest count and with biggest count might win something nice. :)
Here's the default .eslintrc to use when counting:
---
extends:
- ./js-coding-standards/environments/nodejs/latest.yml
- ./js-coding-standards/environments/nodejs/best-practices.yml
- ./js-coding-standards/coding-styles/base.yml