samiskin / redux-electron-store

⎋ A redux store enhancer that allows automatic synchronization between electron processes
MIT License
375 stars 32 forks source link

Update to use modular lodash and some linting fixes. #21

Closed davej closed 8 years ago

davej commented 8 years ago

Fixes #20

davej commented 8 years ago

I needed to install eslint-plugin-react because Atom was complaining that I needed it to do linting. Presumably because the .eslintrc has some react rules. Feel free to remove those rules and the dependency if you like.

samiskin commented 8 years ago

Now in v0.3.10, thanks for helping out!