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

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

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

kriskowal
Copy link
Member

…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.

@kriskowal kriskowal requested a review from erights December 20, 2023 00:17
Copy link
Contributor

@erights erights left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@kriskowal kriskowal force-pushed the kriskowal-warn-defaulting-operators branch from ec13326 to 3ffb01e Compare December 20, 2023 02:20
@kriskowal kriskowal enabled auto-merge December 20, 2023 02:20
@kriskowal kriskowal merged commit c7a20d5 into master Dec 20, 2023
14 checks passed
@kriskowal kriskowal deleted the kriskowal-warn-defaulting-operators branch December 20, 2023 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants