wharfkit / antelope

Core types, client interfaces, and other tools for working with Antelope-based blockchains.
Other
44 stars 23 forks source link

ESLint Error on Optional-Chaining #42

Closed ericpassmore closed 1 year ago

ericpassmore commented 1 year ago

Downlevel clients do not support optional chaining. Added ESLint Package and Rule to Error if Optional Chaining is detected in source.

This resolves #40

Rules start from plugin nothing new in ES2020. The following changes are made to the rule settings.

jnordberg commented 1 year ago

Thanks!