Standard: Update ESLint to 7.5.0

Created on 18 Jul 2020  路  3Comments  路  Source: standard/standard

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.

accepted enhancement

Most helpful comment

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

All 3 comments

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.

Existing standard issue is: #1518

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidjamesstone picture davidjamesstone  路  3Comments

BinaryBen picture BinaryBen  路  3Comments

gkatsanos picture gkatsanos  路  3Comments

feross picture feross  路  3Comments

ghost picture ghost  路  3Comments