# Notangles common module

## Commands

* `npm run lint` - Runs linting.
* `npm run lint:fix` - Runs linting and fixes trivial errors.
* `npm run format` - Reformats all of the `.ts` and `.tsx` files with Prettier.
* `npm run build` - Regenerates `dist` folder that gets included into NPM module.
