* Refactor to typescript
* Fix platform and workflow
* Fix workflow and platform
* Update husky and image-tag
* Use 'yarn lint-staged' instead of 'npx lint-staged'
* secure license
* Ignore runs for changes in github workflow...
... as it can become rather confusing if you try to change a workflow, but it doesn't trigger on the PR itself, but on main only.
* Bump all dependencies to the latest versions
* Fix prettifier configuration after bump; Fix issues found by new versions of prettifier & eslint;
* Add information about yarn lint & test into CONTRIBUTING.md; Add better description of `yarn build` step in the pipeline