Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ESLint to 7.5.0 #1539

Closed
NemoStein opened this issue Jul 18, 2020 · 3 comments
Closed

Update ESLint to 7.5.0 #1539

NemoStein opened this issue Jul 18, 2020 · 3 comments

Comments

@NemoStein
Copy link

NemoStein commented Jul 18, 2020

The recently released ESLint 7.5.0 introduces support for the Optional Chaining operator, while ESLint 7.2.0 already introduced support for the Nullish Coalescing operator.

Integrating this changes would allow us, developer, to use those new operators without been bombarded by Standard syntax parser errors.

@NemoStein
Copy link
Author

NemoStein commented Jul 18, 2020

Additionally, enabling rules no-promise-executor-return and no-unreachable-loop, added in ESLint 7.3.0, might be a good idea.

Also, no-loss-of-precision (ESLint 7.1.0) and sort-imports (--fix rule, ESLint 7.5.0) can be a good QoL addition.

@shadowspawn
Copy link

shadowspawn commented Aug 1, 2020

Existing standard issue is: #1518

@NemoStein NemoStein mentioned this issue Aug 2, 2020
6 tasks
@feross
Copy link
Member

feross commented Oct 22, 2020

We're upgrading to ESLint 7.11.0 in standard v15, which will be released later today!

@feross feross closed this as completed Oct 22, 2020
@feross feross added this to the standard 15 milestone Oct 22, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants