Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pnakibar authored Oct 9, 2018
1 parent 080b9ed commit 54dea8a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# TSLint rule disabling enums
## Installing
`yarn add no-enum-tslint-rule -D`
or
`npm install no-enum-tslint-rule --save-dev`

## Usage
In your `tslint.json` file, just extend `no-enum-tslint-rule`

```
{
"extends": ["no-enum-tslint-rule"]
}
```json

0 comments on commit 54dea8a

Please sign in to comment.