Skip to content

Commit

Permalink
Add eslint-plugin-immer-reducer information to README
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshy authored Nov 26, 2019
1 parent d3840f7 commit c264ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Read an introductory [blog post here](https://medium.com/@esamatti/type-safe-boi

npm install immer-reducer

You can also install [eslint-plugin-immer-reducer](https://github.com/skoshy/eslint-plugin-immer-reducer) to help you avoid errors when writing your reducer.

## 💪 Motivation

Turn this 💩 💩 💩
Expand Down Expand Up @@ -277,6 +279,8 @@ const actions = {
}
```

It is also recommended to install the ESLint plugin in the "Install" section
to alert you if you accidentally encounter this issue.

## 📚 Examples

Expand Down

0 comments on commit c264ea1

Please sign in to comment.