Needs advice
on
ESLintESLint
and
JSHintJSHint

Hi

Wondering what's the best tool for JS coding standards - currently, we use ESLint - Are there any upgrades about?. pros and cons, please.

READ LESS
3 upvotes·18.6K views
Replies (2)
Recommends
on
ESLint

ESLint seems to be the industry standard now. There's a better ecosystem around it e.g. plugins, IDE etc.

READ MORE
5 upvotes·172 views
Recommends
on
ESLint

Do you have a reason to switch? For coding patterns remotely resembling major JS styles, ESLint is quite flexible. For me, it's mostly a matter of picking the right base config and adjusting the rules to suit the team. We've gone a long way with modified AirBNB + TS rules.

READ MORE
3 upvotes·1 comment·154 views
Marc Vilella
Marc Vilella
·
October 7th 2021 at 7:10AM

+1 for AirBnB preset

·
Reply
Avatar of garyd raper