TypeScript + TSlint + Prettier + TypeStrict
yarn test:fix # to run all possible checks (linter, formatter, tests) and try autofix errors
Boilerplate comes with tslint-language-service
plugin which allows you to see linter problems that would likely
produce bugs directly in the IDE. To use it make sure to
switch project's typescript compiler in you
IDE.