Closed
Description
I have configured eslint in #479
But have not fixed errors in any exercise apart from hello-world
. Instead I added all exercises to .eslintignore.
The plan is to do this:
- Pick one exercise (You can pick many but we prefer to have separate PRs so that it is easy to review - but if there are not many changes - you can pick 2-3 at once).
- Remove the exercise name from
.eslintignore
file - Run
npm run lint
- This should show errors in those exercises. - Fix those errors - commit and raise a PR 🎉
Note: The eslint
configuration is not final. I did not have a good look at all errors, just put a sensible default in place. While fixing, if you encounter some error that you feel we should allow(ignore), feel free to comment on this issue.