DEV Community

Discussion on: Why I Lint Everything

Collapse
 
xiwcx profile image
i. welch canavan

That's a good question (maybe other people have more informed answers here). These days I either use Airbnb or Prettier. As prettier is a formatter it goes beyond a linter in a way, it's probably more opinionated so I doubt that would fit your bill (unless you just don't want to have to think about it).

I do have eslint:recommended set on one project which seems to be less opinionated, so you could give that one a try.

Collapse
 
saurabhcodeword profile image
Saurabh • Edited

yeah that seems to avoid bad parts. Thanks

Collapse
 
pavelloz profile image
Paweł Kowalski

Theres also standard (and semistandard for people preferring semicolons). I personally dont use it, but many do.