This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
Lint script fails for various reasons #10
Copy link
Copy link
Closed
Description
We are making progress, slowly but surely, towards getting this repo ready for active development! This issue is to track changes necessary for the project to be able to lint itself successfully.
There are currently a number of reasons why the lint script is failing, including:
- Missing semicolons
- Formatting issues
- Unused code
- Missing JSDoc blocks on existing functions
Obviously some of these things are very easy to remedy without having written any of the code, but others are not. The code which is included, but not used, is particularly difficult to reason about.
I will open a PR and look for your feedback on getting this issue resolved.
Then perhaps we can look at getting the lint script to run as a requisite of future PRs?