endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
828 stars 72 forks source link

fix(eslint-plugin): Relax null coalescing and optional chaining to wa… #1908

Closed kriskowal closed 10 months ago

kriskowal commented 10 months ago

…rning.

In #1905 we introduced lint rules to appease the one use we still have for node -r esm in Agoric’s stack (the testnet load generator). We found that these rules were useful for identifying usage that would not work under node -r esm but that the rule caused to many false positives in Agoric SDK. This change relaxes these rules to issue warnings.