Run tslint with standardjs-like rules and fix issues
npm install tsfix

If you hate to copy the same linter configuration from project to project, tsfix is your project! Just install the tsfix package and you will be provided with a basic tslint configuration and an easy way to lint and auto-fix your code style.
``bashVia yarn
$ yarn add tsfix
Usage
`bash
Via yarn
$ $(yarn bin)/tsfixVia npm
$ $(npm bin)/tsfix
``Feel free to use the code, it's released using the MIT license.
You are more than welcome to contribute to this project! 😘
To make sure you have a pleasant experience, please read the code of conduct. It outlines the important core values and believes, and will make working together a happier experience.