Closed oskarkrawczyk closed 6 months ago
Go back to JSLint which was brought to life in recent years and seems to work ok
It looks like JSLint is even more opinionated than my grandma on easter dinner. It doesn't recognize JS class
as a good part of JS, hence no support which is absolutely insane to me.
Doesn't look like JSLint is a viable option after all.
Replaced linter with the newest version of ESLint.
We currently use
JSHint
that hasn't been updated in almost two years, causing more and more incorrect warnings as ECMAScript is evolving.After doing some research there are two options:
JSLint
which was brought to life in recent years and seems to work okESLint
in the browser, which is well maintained and would be the best optionA few user reported issues are caused by the ancient linter:
1674
1744
1771
1788
1813
1844