1.12.1 - [broken] Remove tslint; add prettier/eslint; upgrade Typescript
All changes in this release are related to dev dependencies and processes only:
- Remove tslint
- Replace tslint with typescript eslint
- Add prettier and
npm run format
script - Upgrade Typescript to latest (4.6.3)
- Add an npm script for checking typescript files without emitting output;
npm run check