Do you guys use any cloud code review tool for you...
# general
i
Do you guys use any cloud code review tool for your teams? if so, any recommendation? My team and I are looking for one. So far we’ve looked Codacy and codefactor
m
I'm not familiar with any of these tools but I'm pretty curious to hear how much better they than eslint with a decent preset
i
Yeah, neither are we haha, right now our code reviews are like getting with our senior developers and just skim through the code but we want to implement something like, more robust haha
b
I too vote eslint
I also like prettier to make code pretty
♥️ 1
i
haha I use beautify 😬
b
if you want to combat copy/pasted code, you can try jscpd
m
For duplicated code, WebStorm also has built in inspection. I'm not sure how that compares