For better code quality and general familiarity, it would be good to add eslint checks to the OCR tool.
The basic eslint config is in place, but the following rule transgressions need to be fixed:
- no-jquery/no-global-selector
- no-unused-vars
- no-new
- semi-style
- yml/no-empty-document
- yml/no-empty-mapping-value
For microtask participants: Please select one of the above rules, remove it from .eslintrc.json, and fix the code so that npm run test passes.