When pulling in the base javascript version, eslint couldn't lint the modern features properly such as async/wait. Therefore I've added a paserOptions key in the base javascript config.
Also bumped the version of all packages to v0.0.8.
Hopefully this will make it easier in the future when we use lerna. (#5)
Related Issues
Issue #8
Checklist
[x] Have you added tests where necessary? Do all the test pass?
[x] Have you added descriptive comments to your code?
[x] Have you updated the documentation related to this PR?
Description
When pulling in the base javascript version, eslint couldn't lint the modern features properly such as
async/wait
. Therefore I've added apaserOptions
key in the base javascript config.Also bumped the version of all packages to
v0.0.8
.Hopefully this will make it easier in the future when we use lerna. (#5)
Related Issues
Issue #8
Checklist