11
j2k4
4y

"Hey guys, we should start using ESLint. It's a popular linter. There's 13,000+ styling inconsistencies it could streamline using `--fix`"

"Yeah... But these errors, they're not really errors, right? So, we don't need to fix them."

...

1. I never said they were errors. Do you know how a linter works?
2. Sure, I guess being consistent and familiar are overrated qualities of a codebase. Carry on!

Comments
  • 2
    Yeah, whenever I create a new project, the first thing I do is to disable ESLint (in my WebStorm).
  • 2
    jeez, 13'000 is way too much of anything
  • 4
    For the sake of version control, don't let the linter touch the 13,000 inconsistencies.
  • 0
    People at first will hate you.
    Then you show them that it's really easy to use.
    Then they will start relying on the linter to make their code readable.
    Then they will love you.
Add Comment