Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Update to current versions of JavaScript #858

Open
manngo opened this issue Aug 24, 2021 · 1 comment
Open

Update to current versions of JavaScript #858

manngo opened this issue Aug 24, 2021 · 1 comment

Comments

@manngo
Copy link

manngo commented Aug 24, 2021

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
Copy link

Inkbug commented Apr 29, 2022

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants