tslint-wix-react
Version:
A tslint configuration specific to wix ways
16 lines (13 loc) • 290 B
Markdown
# tslint-wix-react
A tslint configuration specific to wix ways
## How to use
In your project:
```
$ npm i --save-dev tslint-wix-react
```
In your `tslint.json`:
```
extends: ["tslint-wix-react"]
```
## How to contribute
[Contribution guidelines for this project](.github/CONTRIBUTING.md)