Bumped minimal supported node version to 10.x
- Due to node 8.x isn't being maintained anymore, bumped minimal supported version to 10.x
- DX-updates:
- Linting+formatting
- Removed
.editorconfig
- Added prettier and integrated it with
eslint
- Formatted code
- Removed
- Migrated Travis → Github-actions
- Rewrote tests from ava+sinon to jest
- Linting+formatting