kwizapp / kwiz-dotfiles

Common config files for the kwiz organization
0 stars 0 forks source link

Update parserOptions in eslint base config #9

Closed nikzaugg closed 4 years ago

nikzaugg commented 4 years ago

Description

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