Hacker News new | ask | show | jobs
by burlesona 2094 days ago
Rubocop and you're done. It's the first thing I'd add to any team project just because life's too short for an inconsistent codebase.
1 comments

This. Rubocop is first class. I'm just flat out done bikeshedding in code. If I'm writing JS, it's an ESLint + Prettier combo — or whatever your taste is, I just don't care. Let's write code and let the machine deal with making sure it isn't too ugly.