An open API service indexing awesome lists of open source software.

https://github.com/sbstjn/tsfix

Wrapper to lint and fix TypeScript code without the hassle
https://github.com/sbstjn/tsfix

bootstrap eslint jslint standard-js tslint typescript

Last synced: 2 months ago
JSON representation

Wrapper to lint and fix TypeScript code without the hassle

Awesome Lists containing this project

README

          

# tsfix - TypeScript

[![npm](https://img.shields.io/npm/v/tsfix.svg)](https://www.npmjs.com/package/tsfix)
[![license](https://img.shields.io/github/license/sbstjn/tsfix.svg)](https://github.com/sbstjn/tsfix/blob/master/LICENSE.md)

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](https://palantir.github.io/tslint/) configuration and an easy way to lint and auto-fix your code style.

## Install

```bash
# Via yarn
$ yarn add tsfix

# Via npm
$ npm install tsfix
```

## Usage
```bash
# Via yarn
$ $(yarn bin)/tsfix

# Via npm
$ $(npm bin)/tsfix
```

## License

Feel free to use the code, it's released using the [MIT license](https://github.com/sbstjn/tsfix/blob/master/LICENSE.md).

## Contributors

- [Sebastian Müller](https://github.com/sbstjn)

## 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](https://github.com/sbstjn/tsfix/blob/master/CODE_OF_CONDUCT.md). It outlines the important core values and believes, and will make working together a happier experience.