tsfix
v0.1.9
Published
Run tslint with standardjs-like rules and fix issues
Downloads
16
Maintainers
Readme
tsfix - TypeScript
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.
Install
# Via yarn
$ yarn add tsfix
# Via npm
$ npm install tsfix
Usage
# Via yarn
$ $(yarn bin)/tsfix
# Via npm
$ $(npm bin)/tsfix
License
Feel free to use the code, it's released using the MIT license.
Contributors
Contribution
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.