Skip to content

Commit

Permalink
fix: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaguet committed Jun 14, 2020
1 parent 953c16d commit 7138d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Installation

```
```bash
yarn add eslint-plugin-clean-codestyle -D
```

## Rules

| Rule name | Description | Recommended |
| --------------------- | ---------------------------------------------------------------------------------------------- | ------------------ |
| no-accessor-recursion | Disallows recursion in accessors | :heavy_check_mark: |
| no-accessor-recursion | Forbids recursion in accessors | :heavy_check_mark: |
| no-foreach-push | Enforce using Array.prototype.map instead of Array.prototype.forEach and Array.prototype.push. | :heavy_check_mark: |
| no-map-without-usage | Prevents Array.prototype.map from being called and the results not used. | :heavy_check_mark: |

0 comments on commit 7138d20

Please sign in to comment.