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
michoel
06/22/2020, 3:10 AM
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
irurzo
06/22/2020, 3:17 AM
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
battk
06/22/2020, 4:01 AM
I too vote eslint
battk
06/22/2020, 4:01 AM
I also like prettier to make code pretty
♥️ 1
i
irurzo
06/22/2020, 4:06 AM
haha I use beautify 😬
b
battk
06/22/2020, 4:29 AM
if you want to combat copy/pasted code, you can try jscpd
m
michoel
06/22/2020, 4:35 AM
For duplicated code, WebStorm also has built in inspection. I'm not sure how that compares