AtomLinter / linter-jshint

Atom linter plugin for JavaScript, using jshint.
147 stars 36 forks source link

Update to current versions of JavaScript #858

Open manngo opened 3 years ago

manngo commented 3 years ago

I am encountering an error with the newer nullish coalesce operator ??. According to the JSHint options, that should be fixed by setting esversion to 11. I tried that. but it doesn’t work.

Does that mean that the JSHint is out of date? Is there a way to update it?

Inkbug commented 2 years ago

This was fixed in JSHint 2.13 (https://jshint.com/blog/2021-05-30/release-2-13-0/), but this package is using JSHint 2.11.

Can this be fixed to use a newer version of JSHint?