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

feat: no-window #1166

Merged
merged 5 commits into from
Jan 16, 2024
Merged

feat: no-window #1166

merged 5 commits into from
Jan 16, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Jun 5, 2023

Closes #1163

Will merge this later before the release.

#[derive(Debug)]
pub struct NoWindowGlobal;

const CODE: &str = "no-window-global";
Copy link
Member Author

@dsherret dsherret Aug 31, 2023

Choose a reason for hiding this comment

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

Probably should be no-window to align with no-console.

@dsherret dsherret changed the title feat: no-window-global feat: no-window Jan 16, 2024
Comment on lines +21 to +23
fn tags(&self) -> &'static [&'static str] {
&["recommended"]
}
Copy link
Member

Choose a reason for hiding this comment

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

Spoooky

@dsherret dsherret merged commit 828d66c into denoland:main Jan 16, 2024
6 checks passed
@dsherret dsherret deleted the feat_no_window_global branch January 16, 2024 21:17
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.

Add no-window-global lint rule
2 participants