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
- Host: GitHub
- URL: https://github.com/sbstjn/tsfix
- Owner: sbstjn
- License: mit
- Created: 2017-05-03T20:23:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T20:32:00.000Z (about 9 years ago)
- Last Synced: 2024-05-02T00:55:47.648Z (about 2 years ago)
- Topics: bootstrap, eslint, jslint, standard-js, tslint, typescript
- Language: Shell
- Homepage: https://www.npmjs.com/package/tsfix
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# tsfix - TypeScript
[](https://www.npmjs.com/package/tsfix)
[](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.