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

Upgrade eslint #225

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Upgrade eslint #225

merged 1 commit into from
Oct 8, 2024

Conversation

jgerigmeyer
Copy link
Member

No description provided.

@jgerigmeyer jgerigmeyer requested a review from jamesnw as a code owner October 8, 2024 16:43
Copy link

netlify bot commented Oct 8, 2024

Deploy Preview for popover-polyfill ready!

Name Link
🔨 Latest commit 77e1cf7
🔍 Latest deploy log https://app.netlify.com/sites/popover-polyfill/deploys/6705612fe8d18b00085b341f
😎 Deploy Preview https://deploy-preview-225--popover-polyfill.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jgerigmeyer jgerigmeyer merged commit c7bb67d into main Oct 8, 2024
9 checks passed
@jgerigmeyer jgerigmeyer deleted the upgrade-eslint branch October 8, 2024 17:24
@@ -84,7 +84,6 @@ function topMostAutoPopover(document: Document): HTMLElement | null {
const documentPopovers = autoPopoverList.get(document);
for (const popover of documentPopovers || []) {
if (!popover.isConnected) {
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we be concerned about disabling this check?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure why these got added... this rule is off by default 🤔

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