-
## Story
As a maintainer I want to make certain design guidelines transparent to all contributors.
## Acceptance criteria
* [ ] `CONTRIBUTING.md` was created at the root of the project
## …
-
Currently, the microbundle output isn't conform to our target. I'm not sure if BabelJS is required here. Please note that TypeScript can be compiled using BabelJS without using tsc.
-
* eslint [searches](https://eslint.org/docs/2.0.0/user-guide/configuring#using-configuration-files) the configuration in the parent dir
* ./tsconfig.json could extend ../tsconfig.json
* etc.
This…