Hacker News new | ask | show | jobs
by camgunz 1222 days ago
I'm generally fine with this principle so long as I get to pick all the linting rules.
2 comments

"Anybody who cares about linting rules shouldn't be picking the linting rules." - Vector's Razor
In my ideal world, `lint --fix` on file save, every time.
In my experience linter suggested fixes are good enough for suggestion, and it's probably worth setting up a key binding for accepting them in your IDE, but should absolutely never be applied blindly and automatically.

This quality possibly varies from linter to linter, YMMV.