mariocasciaro / object-path-immutable

Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add linting

lawnsea opened this issue · comments

I'm working on #5 and one thing that's tricky is the inconsistent code style (semicolons on some lines and not on others, etc.).

I think it would be helpful to pick a style guide and go with it. I'm happy to fix all the style bugs. What style should we use?

Thanks for noticing that, I really haven't paid much attention to it :).
I'll be happy if we use feross/standard

On Jul 26, 2016 22:49, "Lon Ingram" notifications@github.com wrote:

I'm working on #5
#5 and one
thing that's tricky is the inconsistent code style (semicolons on some
lines and not on others, etc.).

I think it would be helpful to pick a style guide and go with it. I'm
happy to fix all the style bugs. What style should we use?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#7, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAGbZ3SmxLe7SkOuhU5yXUo-TK2NlYS4ks5qZoDygaJpZM4JVoPL
.

Cool. I'll make that happen in a separate PR.

I think this has been fixed in #10