tvkitchen / utilities

Standalone packages and tools used by appliances and implementations.
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Initial setup #2

Closed slifty closed 3 years ago

slifty commented 3 years ago

Description

This PR adds all of the dev tooling for this TypeScript monorepo.

In particular this allows for yarn build, yarn lint, and yarn test.

Related Issues

Resolves #1

slifty commented 3 years ago

Note that unfortunately the eslint typescript package we're using has dependency warnings that come up. It's possible the maintainer will fix this, but for now we'll just have to live with them until we find another alternative.