esamattis / immer-reducer

Type-safe and terse reducers with Typescript for React Hooks and Redux
http://npm.im/immer-reducer
MIT License
224 stars 15 forks source link

Add eslint-plugin-immer-reducer information to README #45

Closed skoshy closed 4 years ago

skoshy commented 4 years ago

I've made an ESLint plugin to help avoid the issue of creating immer-reducer class methods with default or optional params.

Added links and information related to this in the README.

esamattis commented 4 years ago

Wow! This one of the coolest contributions I've gotten to any of my oss projects! Thank you!