EQuimper / twitter-clone-with-graphql-reactnative

164 stars 71 forks source link

--trailing-comma #31

Closed gHashTag closed 7 years ago

gHashTag commented 7 years ago

Personally for me it is redundant to use trailing comma, but why does not the hide trailing comma? --trailing-comma none What's wrong?

EQuimper commented 7 years ago

I love trailing-coma, I start to use it a lot in Golang and love it too in JS, make less bug when you want to add data and forget to put the comma on the first index. But this is pref :s

gHashTag commented 7 years ago

Thanks