top | item 29606309

(no title)

tossaway9000 | 4 years 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?)

discuss

order

Hasnep|4 years ago

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