Hacker News new | ask | show | jobs
by tossaway9000 1646 days ago
I don't know why someone would want to waste time arguing about code style.

Standardizing on things like `cargo fmt`, `go fmt`, and `terraform fmt` remove a ton of nitpicking out the gate. The javascript world can't seem to make up their mind though (jslint is rarely used these days, jshint died, I think eslint is the thing now?)

1 comments

Eslint is a linter, the most common formatter for JS that I've seen is Prettier.