sbstjn / tsfix

Wrapper to lint and fix TypeScript code without the hassle

Home Page:https://www.npmjs.com/package/tsfix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsfix - TypeScript

npm license

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.

About

Wrapper to lint and fix TypeScript code without the hassle

https://www.npmjs.com/package/tsfix

License:MIT License


Languages

Language:Shell 100.0%